insin / insin/newforms

How to disable few options in ChoiceField?

Open
#105 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.