Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in deleting the model values back with null when inpurts are disabled idk why #3

Open
MohamedElNady opened this issue Sep 28, 2021 · 2 comments

Comments

@MohamedElNady
Copy link

in section 4 last lesson when i try to delete item i found the model values are null when i tracked the issue i found it's only null when the inputs are disabled ? can you tell me why?

@marluanespiritusanto
Copy link

Hi @MohamedElNady, You can use the readonline attribute rather than disabled to solve this issue. See more here.

@yksmbkkr
Copy link

When submitting a form browsers ignores the disabled fields.
@marluanespiritusanto is right use readonly instead of disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants