-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have read the documentation;
- In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
- Ideally, I'm providing a sample JSFiddle or a shared playground link demonstrating the issue.
Description
Currently, const
is only used to validate the form data, but there is no UX to enforce it. This is a proposal to add more support of const
.
Steps to Reproduce
Expected behavior
const
should be respected in various areas:
- default form values
- readonly / disabled form fields
- any other places?
Actual behavior
Only form validation respects const
. It does not get applied as a default form state and there is no UI indiciation that a field cannot be changed from a certain value.
Version
1.3.0
awm33, pilare and cyberhuman