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
Currently, there's no way of disabling particular items in SelectField.
One should write a custom field in order to achieve something like this:
It would be nice to have such an ability by default.
f.e.
<SelectField name="selectField" disableItem={(item) => ...} />
or
<SelectField name="selectField" disableItems={["Item 2", "Item 4"]} />
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @yurtsiv. I think we could add it but preferably in all themes. I've marked it as todo and we'll get to it after v3 release.
Sorry, something went wrong.
Added disableItem for SelectField (closes #736).
2dcda02
kestarumper
Successfully merging a pull request may close this issue.
Currently, there's no way of disabling particular items in SelectField.
One should write a custom field in order to achieve something like this:
It would be nice to have such an ability by default.
f.e.
or
Thanks!
The text was updated successfully, but these errors were encountered: