You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys.... how to disable this? <select id="test" multiple size="2"><option value="a">a</option><option value="b" disabled>b</option><option value="c">c</option></select>
Are allow to select option "B" how do I block that choice?
The text was updated successfully, but these errors were encountered:
Hi guys.... how to disable this?
<select id="test" multiple size="2"><option value="a">a</option><option value="b" disabled>b</option><option value="c">c</option></select>
Are allow to select option "B" how do I block that choice?
The text was updated successfully, but these errors were encountered: