Replies: 1 comment
-
It's true! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
disabled
andreadonly
properties are similar, but a form with adisabled
input/select will not send the field to the backend, but withreadonly
it will.In many cases the field needs to exist as it is a backend independent validation.
I think adding
readonly
feature like it is nowdisabled
would be a good idea :)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions