-
Some designsystems use generic form classes/components, usually called `form-group` or `form-field` for their form components to have consistent placement of label, descriptions and such around an inp…
-
I noticed something today and thought it was better to raise it since it did not seem very intuitive (I might be just tired)... At first glance, it looks like an edge case of declarative attributes. T…
-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://g…
-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://g…
-
### Expected Behavior
Each FormField should have 1 label.
### Actual Behavior
Providing a label on a FormField and on its contained Checkbox leads to an orphaned label on the FormField. Once of t…
-
### Reproduction
Look at Description
### Describe the bug
I followed the code as written on this page :
https://www.shadcn-vue.com/docs/components/stepper.html#form
The only difference is tha…
-
### Describe the bug
When updating my dependencies I encountered this issue. The `components.d.ts` which is generated when running `nuxi dev` is located in the root of the folder. Since this folder…
-
Hi there!
Love the work you've done - I was wondering if it was possible, or how to go about, creating form fields for both Radio Buttons and the Autocomplete?
Thanks!
-
### Describe the bug
I have a form with a complex field. By "complex" I mean that it consists of multiple inputs but logicaly it's one field with an object or array as a value. For example, I have a …
-
## Bug report
### Current Behavior
According to the [Form documentation](https://www.radix-ui.com/docs/primitives/components/form#message) I should be able to use a `` outside of a wrapping `` a…