Form component default values #2670
Unanswered
laserhybiz
asked this question in
Help (Vue)
Replies: 2 comments
-
|
I see that |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just noticed that |
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.
-
in the docs it states that you can set default values for form inputs using standard HTML attributes. Use value for text inputs and textareas, and checked for checkboxes and radios.
I tried this but it only works with native html elements, not when I use a wrapper component (i.e. shadcn
<Input />component), is there a way to set the default values when using wrapper components?Beta Was this translation helpful? Give feedback.
All reactions