Closed tasiek closed 7 years ago
@tasiek That is absolutely something this control should allow. I will make a pull to add disabled-option support soon
@tasiek I am back after being out sick a while. I have put together a branch with disabled option support. Next version will have it
@tasiek released https://github.com/alsoscotland/react-super-select/tree/v0.5.12 It should allow for disabled options
Works fine, thank you!
👍
In our application, we need a support for disabling options (visible but not active).
It is used in HTML as disabled attribute on option element. We could have an optional "disabled" property in option object.