interface FormFieldBindingOptions { readonly focus?: ((focusOptions?: FocusOptions | undefined) => void) | undefined; readonly reset?: (() => 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
(() => void) | undefined
Resets the binding.