jQuery-Selectric icon indicating copy to clipboard operation
jQuery-Selectric copied to clipboard

Multiple Select

Open larigyn opened this issue 8 years ago • 1 comments

Sir,

Did you provide sample snippets for multiple select? Also please include background color for the multiple select. Thanks :)

larigyn avatar Jul 04 '17 15:07 larigyn

Maybe i'm later.

For the multiple select, you can simply add a multiple attribute at the html element:

<select ... multiple> <option>a</option> <option>b</option> <option>c</option> </select>

bellu avatar Nov 15 '18 13:11 bellu