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
Hi Mark,
Can we get the client-side ability to limit the number of items that can be selected via AutoCompleteSelectMultipleWidget? I'm guessing that an option like this would help enforce proper usage in many web applications. For my usecase, it's how many dances a user can claim as his/her specialty.
It would be very convenient to be able to set this limit when declaring the widget or AutoCompleteSelectMultipleField in python and have that option relayed to the javascript.
Let me know if this is something you'd like to see implemented. I may have some time available next week.
Still this would need to be validated on the server-side which would have to fall to the field or the form rather than the widget which starts to creep out of scope for the project. But if you come up with something simple that you think would be helpful for most people then I'd love to see it.
Hi Mark,
Can we get the client-side ability to limit the number of items that can be selected via AutoCompleteSelectMultipleWidget? I'm guessing that an option like this would help enforce proper usage in many web applications. For my usecase, it's how many dances a user can claim as his/her specialty.
It would be very convenient to be able to set this limit when declaring the widget or AutoCompleteSelectMultipleField in python and have that option relayed to the javascript.
Let me know if this is something you'd like to see implemented. I may have some time available next week.
The text was updated successfully, but these errors were encountered: