BenThere6 / BenThere6/priority-web-app
List items can't have commas
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, if a list item has a comma it will break the code.
Options:
- Add input verification to ensure the user doesn't put commas in the list item
- If the user does use commas, dynamically change it to a different character, then dynamically change it back to a comma at the end
- Change the way the lists are separated in the code (instead of commas use a different character)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.