Is there a way to select lets say max selected options from a <select> tag...
for example
I have a select with 150 options... but I want to select maximum 30...
I've tried with js onclick and onchange for select but the event is trigged only when I release the mouse button
for example
I have a select with 150 options... but I want to select maximum 30...
I've tried with js onclick and onchange for select but the event is trigged only when I release the mouse button
Comment