I wants to categorize the Dropdown List’s options by seperating with disable attribute for making it the seperators for options.
So I would like to ask for the method of disabling “options” in dropdown list so I can do wix code like the following.
$w(“#dropdown”).options[3].disable();