Add "Other:" option for dropdown #4296
Replies: 4 comments 5 replies
-
|
Thanks for all this detailed feedback @Andre601. Knowing your use-case and seeing your suggestion(s) is very helpful! ❤️ |
Beta Was this translation helpful? Give feedback.
-
|
I second this. We have several checkboxes/dropdowns where we require additional info when certain choices are made: |
Beta Was this translation helpful? Give feedback.
-
|
here is what ChatGPT said, just change the ID name: Bug report
|
Beta Was this translation helpful? Give feedback.
-
|
I also want to determine whether other items should be required based on the question selected by the From the requirement to declare |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When adding a dropdown menu to an issue form is it pretty common to provide an
Otheroption since we can't think of all cases in categories like Operating systems, distribution type, etc.The current problem with this is, that we have to create a separate input type field for the other option to let them fill it out, which may result in them not doing that at all. And forcing them to fill it out also feels wrong since it would require them to input a dummy-item to have it validated.
Because of those factors would I like to suggest a new option for the dropdown which auto-adds a
Otheroption which, when clicked, would make a text field appear that the user can/should fill out based on whether the dropdown is required or not.Example configuration:
Assuming the user would now select "Other" and input "Ubuntu" in the appearing field, would it look like this in the final issue
Operating System
Other: Ubuntu
Perhaps to further customize the option could the dropdown's "options" section support a way to include a text field depending on the option?
F.e.
This would add a text field for the version whenever you select the OS, and also adds an additional field for the distribution when Linux was selected.
A mix of both (with and without this fields option) should be supported so that you can fine-tune when a field should be displayed and required to fill out.
I can understand that this will put a lot of complicated work on making it doable and I don't expect this to be worked on in the near future or even at all.
Beta Was this translation helpful? Give feedback.
All reactions