We have a requirement to have "Multiple select drop down". So user can click on drop down and he can multi select elements from it.
Can you give some reference to implement such requirement? As this is a part of a search form which contains many values so i would like to use a form element. Reason because I can simply pass "Form" to fetchdata method and handle request params easily.
Normal multiple select item feature shows a 3-4 rows scrollable list , which we don't want.
Thanks
Himanshu Kapil
Can you give some reference to implement such requirement? As this is a part of a search form which contains many values so i would like to use a form element. Reason because I can simply pass "Form" to fetchdata method and handle request params easily.
Normal multiple select item feature shows a 3-4 rows scrollable list , which we don't want.
Thanks
Himanshu Kapil
Comment