How to disable few options in ChoiceField?
Open
- Dominant language
- JavaScript
- Stars
- 634
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
I couldn't find how to disable options in ChoiceField.
``` js
let stages = [
[1, 'First'],
[2, 'Second'],
[3, 'Third'],
[4, 'Fourth'],
[5, 'Fifth']
];
```
I want 2-5 to be disabled. How it should be done?
Thanks for the answer.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.