Closed (fixed)
Project:
Multiselect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
26 Sep 2009 at 13:17 UTC
Updated:
4 Sep 2015 at 15:36 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedComment #2
andreypaa commentedI am have this bug to.
Comment #3
attheshow commentedIt needs to be validated using the "optionwidgets_validate" function within CCK, but for some reason I can't get that to work. So, for the moment, I've made a change that will eliminate options other than "Unlimited" from the widget configuration form. That will keep others from running into a user interface issue like this.
Comment #4
vood002 commentedI have the same problem...love multiselect, but can't use it without limiting user options. Subscribing.
Comment #5
landry commented@attheshow : the last change you made makes it weird.. because now, absolutely no option for the number of values is shown if say, you used another widget when creating the field and set it to a finite number of values, then change it back to use multiselect -> $final_options becomes an empty array. Maybe smth like
Might be better/clearer ?
Comment #6
grey_ commentedAlso subscribing. This is a showstopper for me.
Comment #7
jesss commented+1 Module seems great, but I really need to be able to limit the number of items selected. I'm currently using it with Content Taxonomy if that makes a difference.
Comment #8
attheshow commentedShould be fixed in the dev version. Please test and report if the change works. If so, I'll get a 1.7 release out very soon!
Comment #9
attheshow commentedComment #10
jesss commentedWorks for me!
Comment #12
vood002 commentedthank you for your hard work attheshow! The fix works great, this module is a dramatic UI improvement over standard multiselect boxes.
Comment #13
attheshow commentedYou're very welcome. Now if I can just get it successfully updated to Drupal 7. I think I'm about 90% of the way there. Follow that issue at #693030: Drupal 7 port.