-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag like interface (or add new options) #320
Tag like interface (or add new options) #320
Conversation
… and the ability to add new options to single selects as well as multi-selects using the new {allow_option_creation: true} option.
This is exactly what I've been looking for. Thank you very much, you saved me some time. This should definitely be merged. |
In replies all text above this line is added to the ticket[Pivotal Tracker Support #4928] Request received: Re: [chosen] Tag like interface (or add new options) (#320) Thanks so much for contacting Pivotal Tracker support! Your request (#4928) has been received, and is being reviewed by our support staff. In the mean time, you're welcome to check out our help section at https://www.pivotaltracker.com/help or join the conversation in our community at http://community.pivotaltracker.com/ To review the status of the request and add additional comments, follow the link below: Odin Dutton, Nov-13 21:18 (PST): This is a follow-up to your previous request #320 "FW: question about hosting,..." Awesome! Works perfectly for me. Thanks @jeremy Reply to this email directly or view it on GitHub: This email is a service from Pivotal Tracker Support |
In replies all text above this line is added to the ticketRequest #4928: How would you rate the support you received? Hello Odin Dutton, We'd love to hear what you think of our customer service. Please take a moment to answer one simple question by clicking either link below: How would you rate the support you received? You can copy the following URL into your browser to rate: https://pivotaltracker.zendesk.com/requests/4928/satisfaction/new/j1siyzoix2qcyzn?locale=1 Here's a reminder of what your ticket was about: Odin Dutton, Nov-13 21:18 (PST): This is a follow-up to your previous request #320 "FW: question about hosting,..." Awesome! Works perfectly for me. Thanks @jeremy Reply to this email directly or view it on GitHub: This email is a service from Pivotal Tracker Support |
What about progressive enhancement? Shouldn't this require an additional input element with the same name or something like that? |
In replies all text above this line is added to the ticket[Pivotal Tracker Support #5735] Request received: Re: [chosen] Tag like interface (or add new options) (#320) Thanks so much for contacting Pivotal Tracker support! Your request (#5735) has been received, and is being reviewed by our support staff. In the mean time, you're welcome to check out our help section at https://www.pivotaltracker.com/help or join the conversation in our community at http://community.pivotaltracker.com/ To review the status of the request and add additional comments, follow the link below: the8472, Jan-18 01:52 (PST): This is a follow-up to your previous request #320 "FW: question about hosting,..." What about progressive enhancement? Shouldn't this require an additional input element with the same name or something like that? Reply to this email directly or view it on GitHub: This email is a service from Pivotal Tracker Support |
@pivotaltracker Thanks for this and sorry for the terribly delayed response. The response is so slow that I'm having trouble getting the patch applied to master as-is and your repo appears to be gone. Going to close this PR in favor of #166 |
Add an option to allow new options to be created by hitting enter.
This provides a clean solution to enable using chosen for a tagging interface and includes our cut at documentation as well.