Closed (won't fix)
Project:
Chosen
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 09:25 UTC
Updated:
15 Jan 2013 at 07:30 UTC
At first blush I haven't seen in any discussion or mention of how to get Chosen to work with autocomplete freetagging fields.
Have the maintainers looked into this?
Comments
Comment #1
ken hawkins commentedAssuming not, my current inkling would be to see how to use the Chosen liszt:updated event to update the field, hooking that into the taxonomy module.
From the documentation
http://harvesthq.github.com/chosen/
But that would only get us half way, the taxonomy_autocomplete would also need to be hooked into to pass the user's input.
Comment #2
xanoBy default, Chosen works with <option> elements, which do not exist for autocomplete/free tagging fields, because those are text inputs.
Comment #3
Xaber commentedhttp://drupal.org/project/autocomplete_deluxe
Comment #4
Dave-B commentedDoes #2 mean that Chosen will never support freetagging?
If so, should this issue be marked as wont-fix?
Comment #5
kalman.hosszu commentedChosen works with elements which don't exist in autcomplete fields.