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
It would be nice to set the property "enable" from outside.
The text was updated successfully, but these errors were encountered:
@armanneysi89 do you mean the "disable" prop (as for e.g. inputs) ?
Sorry, something went wrong.
Just to be able to implement a dependency between selectors (for e.g). Imagine you have two selectors:
selector1 and selector2.
Initial state:
selector 1 is enabled selector 2 is disabled (grey, it doesn't react if you click on it)
Now you select an item with selector 1. And the selector can be enabled to select items.
select: add disabled property (fix #183)
c76fa9a
1d86d9f
No branches or pull requests
It would be nice to set the property "enable" from outside.
The text was updated successfully, but these errors were encountered: