Skip to content

FormFieldViewModel.isTouched

Andrei Fangli edited this page Sep 3, 2023 · 5 revisions
API / FormFieldViewModel<TValue> / isTouched property

DEPRECATED!

In future versions this flag will be removed. While useful, not all forms require this. Fields can be extended with all the required custom flags as need for each application.


A flag indicating whether the field has been touched. Useful for cases when the error message should be displayed only if the field has been touched.

This is a public read-write property.
Property type: Boolean

public isTouched: boolean
Clone this wiki locally