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

[Feature Request] Add prop "disabled" to v-form that will disable all children input elements #10267

Closed
milost1982 opened this issue Jan 18, 2020 · 1 comment
Labels
C: VForm duplicate The issue has already been reported

Comments

@milost1982
Copy link

Problem to solve

This solves the common problem of having to disable all form elements when some processing is in progress.

Currently we have to set "disabled" to each child element of the form separately which has downsides:

  • developers commonly forgot or miss to do this
  • repeatable unnecessary code

Proposed solution

Add prop "disabled" to v-form that will disable all children input elements.

@ghost ghost added the S: triage label Jan 18, 2020
@jacekkarczmarczyk
Copy link
Member

Duplicate of #1707

@jacekkarczmarczyk jacekkarczmarczyk marked this as a duplicate of #1707 Jan 18, 2020
@jacekkarczmarczyk jacekkarczmarczyk added C: VForm duplicate The issue has already been reported and removed S: triage labels Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VForm duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants