Disable inputs #8280
Unanswered
augustosnk12
asked this question in
General
Disable inputs
#8280
Replies: 1 comment
-
Hey, @augustosnk12! Depending on your needs, you can wrap your inputs section with the <fieldset disabled>
<input />
<input />
</fieldset> |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello dear community,
I have some question: is there a way to disable a lot of inputs? In some cases I need to disable some fields, not every time. And because there is so many inputs it's not a good thing to use the disabled props everytime. I would like to have a way to do this easily.
Thanks you all in advance 😘
Beta Was this translation helpful? Give feedback.
All reactions