Provides type guidance for use when clearing form values. Without blankFormValues, the blank value for each
field is determined by the initial value of each field. Useful for types that can be null but may have an
initial value that is not null (e.g. string | null for dates, number | null for numbers, and
boolean | null is common as well).
Generally this option is not necessary when working with standard form fields from this package. Only when
working on more customized forms.
Provides type guidance for use when clearing form values. Without
blankFormValues, the blank value for each field is determined by the initial value of each field. Useful for types that can benullbut may have an initial value that is notnull(e.g.string | nullfor dates,number | nullfor numbers, andboolean | nullis common as well).Generally this option is not necessary when working with standard form fields from this package. Only when working on more customized forms.