ui
ui copied to clipboard
Form Input attrs
Description
Hello,
A simple request!
Form input attrs like maxlength, minlength does not passs atm. It will be perfect if we can do that! Thanks
`<UInput autofocus maxlength="100" v-model="form.email" id="username"
type="email"
size="lg"
trailing-icon="i-heroicons-envelope"
:ui="{ icon: { trailing: { size: 'sm' } } }"
/>`
Additional context
No response