KTui Select
Is there an event to enable/disable a select using the provided attribute : data-kt-select-disabled from javascript?
Replies (2)
Hi Jvmvl C
Sorry for the delay. The data-kt-select-disabled attribute is only processed during component initialization. Changing it after initialization won't update the component state. Use the enable() and disable() methods for runtime control.
- Get the KTSelect instance
- Enable/Disable programmatically
- Listen to events: