django-crispy-forms / django-crispy-forms/django-crispy-forms
uneditablefield
Open
- Dominant language
- Python
- Stars
- 5.2k
- Forks
- 731
- PR merge metrics
- No merged PRs in 30d
Description
To disable an input [Bootstrap4 docs](https://getbootstrap.com/docs/4.0/components/forms/#disabled-forms) say to add a disabled boolean attribute. Template currenltly adds `disabled=disabled`.
**Docs extract**
> Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.
``
**Current html**
```
company
```
Contributor guide
Assessment
This issue has not been assessed yet.