hclleapforum

Open full view…

How to Disable to specific Option in a Dropdown?

alax
Mon, 03 Aug 2020 03:12:45 GMT

Hi, I have three days, Mon, Tue and Wed in a Drop Down. I would like to disable one value(Wed) from selection. In HTML, I can do like <select id="Day"> <option value="Mon">Mon</option> <option value="Tue">Tue</option> <option value="Wed" disabled>Wed</option> </select> How can I do the same thing using Leap or FEB. Thanks, Alax.