v2.1.8
  • Get Started
  • Components
  • Composables
  • Typography
  • GitHub
  • Overview
  • defineShortcuts
  • useConfetti
  • useOverlay
  • useToast
  • b24icons
  • b24jssdk
Use our Nuxt starter
v2.1.8
  • Docs
  • Components
  • Composables
  • Typography

useFormField

A composable to merge custom inputs with the Form component
GitHub
Nuxt UI

Usage

Use the auto-imported useFormField composable to integrate custom inputs with a Form.

<script setup lang="ts">
const { id, emitFormBlur, emitFormInput, emitFormChange } = useFormField()
</script>
  

On this page

  • Usage
Releases
Published under MIT License.

Copyright © 2024-present Bitrix24