pkpfrench / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

Restrict Selection #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
is there any feature in ddcl through which i can restrict the limit of 
selecting any item in dropdown (saving additional validation) 

for say i want that user only select at most 2 option if item displayed in 
dropdown and after selecting the 2nd one .. all other item disable so that they 
can't able to select anymore...

is there any way to implement my idea??

Original issue reported on code.google.com by fayaz.a...@gmail.com on 11 Apr 2011 at 6:48

GoogleCodeExporter commented 9 years ago
Any type of action required to handle per-click validation will be supported by 
an 'onClick' callback function as described in issue 162

Original comment by womohun...@ittrium.com on 12 Apr 2011 at 9:07