Open MaTiAtSIE opened 5 months ago
I believe I never actually implemented the disabled option behavior - no one has noticed yet. The main reason the property is there at all was to keep compability with the HTML option interface.
Thanks for the reply. Would you recommend to use the disabled option and wait for an update or to implement a workaround?
I'm not entirely sure I'll have time to get to this soon. I'd be happy to review in case you care to contribute the feature though. Not a big fan of workarounds, given that the component is pretty closed off.
Bug Description:
Steps to Reproduce:
Hey, I use the SelectOption array
in a React Component with
. However, 'yyy' can still be selected in the UI which is not expected from my side. The questions are:
Additional Information