FormFieldBindingOptions
interface
API
interface FormFieldBindingOptions extends ɵFormFieldBindingOptions { focus?: VoidFunction | undefined;}
focus
VoidFunction | undefinedFocuses the binding.
If not specified, Signal Forms will attempt to focus the host element of the FormField when
asked to focus this binding.
Jump to details