Appearance
Use the auto-imported useFormField composable to integrate custom inputs with a Form.
useFormField
<script setup lang="ts"> const { inputId, emitFormBlur, emitFormInput, emitFormChange } = useFormField() </script>