My suggestion
nuxt-auto-forms aims to enable fast and efficient form creation.
Currently, we don't have easy support things like a text input with a character limit - users have to use the proper slot and manually override a field
We could create a list of predefined components (based on this list), such as:
- Input with password toggle
- Input with password strength indicator
Additionally, we could allow overriding the default component in the per-field configuration
Additional information