-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the multi-values are saved as a string, where values are separated by a semicolon [ ; ].
This will lead to problems / unexpected behavior if user input contains semicolons.
Possible fixes:
- Escape user input
- maybe use a string array instead of a string
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request