You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this the right place to request this but feel free to move if not.
I'd like to open this feature request to allow for the override of the delimiter used to separate multiple values selected under a multiple choice dropdown field.
Issue Form Example
Use field attributes.delimiter to override the default ,:
name: Bug reportdescription: 🐞 Report a buglabels:
- bugbody:
- type: dropdownattributes:
label: Select value(s)description: Choose one or more value(s) this bug to have.multiple: trueattributes:
delimiter: \noptions:
- foo
- bar
- worldvalidations:
required: true
Rendered Example
If foo and bar are selected:
### Select value(s)
foo
bar
The text was updated successfully, but these errors were encountered:
Hello! Thanks for submitting this feedback! Unfortunately this is probably not the right repository, since this project consumes and parses the rendered Markdown from the issue form. If this was implemented, though, it would definitely be something that impacts this project.
In the meantime, it might be best to create a new discussion post in the GitHub discussions page.
Hello! Thanks for submitting this feedback! Unfortunately this is probably not the right repository, since this project consumes and parses the rendered Markdown from the issue form. If this was implemented, though, it would definitely be something that impacts this project.
In the meantime, it might be best to create a new discussion post in the GitHub discussions page.
Description
Not sure if this the right place to request this but feel free to move if not.
I'd like to open this feature request to allow for the override of the delimiter used to separate multiple values selected under a multiple choice
dropdown
field.Issue Form Example
Use field
attributes.delimiter
to override the default,
:Rendered Example
If
foo
andbar
are selected:### Select value(s) foo bar
The text was updated successfully, but these errors were encountered: