Is there a way to create a multi-select dropdown with just HTML and CSS ?
Hello!
I think this link may help you achieve the multi-select on a dropdown using HTML.
Hi there!
Use attribute name (multiple)
within select
element in your html code. Like we use selected
, checked
and required
attributes.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.