<AInput */>
UInput components with custom features
Nuxt Auto Form aims to make form creation as effortless as possible. To achieve this, we provide a set of reusable input components that come with enhanced functionality out of the box.
To read more about customizing
UInput field visit the Input customization docs.Components
| Prop | Source | Notes |
|---|---|---|
<AInputPasswordToggle /> | PasswordToggle.vue | Adds a toggle to show/hide passwords. Based on Nuxt UI's example code |
<AInputWithClear /> | WithClear.vue | Adds a clear button to easily reset input values. Based on Nuxt UI's example code |