Skip to content
New issue

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

Ability to disable a single option for box inputs #557

Closed
dzcpy opened this issue Aug 19, 2022 · 1 comment
Closed

Ability to disable a single option for box inputs #557

dzcpy opened this issue Aug 19, 2022 · 1 comment
Labels
feature request New feature or request

Comments

@dzcpy
Copy link

dzcpy commented Aug 19, 2022

Hi, is there any way we can disable a single option for a box input, instead of all of them?
For example:
image
Can we provide an options like:

[
  { value: '', label: 'All', disabled: true },
  { value: '2021', label: '2021', disabled: false },
...
]

Currently there seems to be no way to do it.
I can provide a PR if needed

@dzcpy dzcpy added the feature request New feature or request label Aug 19, 2022
@dzcpy
Copy link
Author

dzcpy commented Aug 19, 2022

Sorry, just tested it is already implemented

@dzcpy dzcpy closed this as completed Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant