• Overview
@angular/forms/signals

FormFieldBindingOptions

interface

API

    
      interface FormFieldBindingOptions extends ɵFormFieldBindingOptions {  focus?: VoidFunction | undefined;}
    
    

focus

VoidFunction | 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.

Jump to details