We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disabled
Changing state should not be possible if the switch is disabled via <KuiSwitch disabled={ someCondition } />.
<KuiSwitch disabled={ someCondition } />
The text was updated successfully, but these errors were encountered:
Forwarding disabled to the <input> of <KuiSwitch>
<input>
<KuiSwitch>
898a384
Closes #5
Split EuiUpdateButton from EuiSuperDatePicker so it can be used on it…
6b751f4
…s own (#1470) * EuiUpdateButton * changelog * rename EuiUpdateButton to EuiSuperUpdateButton * change log clean up * rest * change log type * Update button/design (#5) * Refactor button’s prop names * Fixing widths
Minor fixes (#5)
a5c4cca
No branches or pull requests
Changing state should not be possible if the switch is disabled via
<KuiSwitch disabled={ someCondition } />
.The text was updated successfully, but these errors were encountered: