hiddencaliber / flutter_multiselect

Flutter package for multi-select UI widget
Other
52 stars 37 forks source link

Limit the number of selected values #12

Closed alessandrobelli closed 5 years ago

alessandrobelli commented 5 years ago

Hello! I need to limit the number of selectable values while the user is in the selection screen, is there a way?

I know there's the validation rule, but as far as I tested, that apply only on form submit...

hiddencaliber commented 5 years ago

@alessandrobelli Thanks for the suggestion and code for adding more feature. I took your advice and added "maxLength" for this. Please check the updated code. I will push the new package tonight.