<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

PropSourceNotes
<AInputPasswordToggle />PasswordToggle.vueAdds a toggle to show/hide passwords. Based on Nuxt UI's example code
<AInputWithClear />WithClear.vueAdds a clear button to easily reset input values. Based on Nuxt UI's example code

Example