interface FormFieldBindingOptions { readonly focus?: ((focusOptions?: FocusOptions | undefined) => void) | undefined;}
((focusOptions?: FocusOptions | undefined) => void) | undefined
Focuses the binding.
If not specified, Signal Forms will attempt to focus the host element of the FormField when asked to focus this binding.
FormField