Disable the Dropdown List's Options

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();

Is this something you will work into? I would be a good feature for UX