I have some select fields in my form and am trying to configure the placeholder. I have added the placeholder text under the appearance dropdown and it is showing up within my select field, however the placeholder option does not get the disabled attribute applied to it, allowing users to select it. I realize that the form will error out if the placeholder option is selected, but I would prefer that it not be selectable at all.
I found this thread regarding this issue, but it was closed before receiving a response. Is there a way to programmatically add the disabled attribute to all select placeholders without Javascript?