I\'ve implemented a form which needs to disable certain options in a select box using Javascript. It works fine in all browsers but not in Safari on IOS (Desktop Safari does
If you change your disabled option to disabled blank optgroup, it seems to give the desired result without any additional javascript needed.
As opposed to the usual