Hello Experts,
I have a scenario where I need to let the users select multiple values from a dropdown and still have a dropdown becuase in HTML when you set the multiple attribute to 'true' you have to specify the size of the select tag and if you dont specify the size we have a select tag with the default size 1 with out a dropdown.
Is it possible to have adropdown with multiple select option , is there a workaround for this.
Thanks in advance!
I have a scenario where I need to let the users select multiple values from a dropdown and still have a dropdown becuase in HTML when you set the multiple attribute to 'true' you have to specify the size of the select tag and if you dont specify the size we have a select tag with the default size 1 with out a dropdown.
Is it possible to have adropdown with multiple select option , is there a workaround for this.
Thanks in advance!