get
Returns the value of the form field with the specified name.
get<K extends keyof TData>(name: K): TData[K] | undefined
Related
- class UIFormContextAn object that contains form field data along with validation tests.
Returns the value of the form field with the specified name.
get<K extends keyof TData>(name: K): TData[K] | undefined