Get touched values
April 21, 2021 at 6:47amGet touched values
April 21, 2021 at 6:47amHi , how can i get the all the touched values from the form , and can i modify which values are touched ?
April 21, 2021 at 8:54am
Hi (petarmalamov), at the moment we don't support the concept of touched and untouched controls out of the box. For this you need to register custom renderers.
In case you need it for validation purposes and a 'global' touch is sufficient for your use cases (e.g. a submit button is pressed), you can take a look at the validation modes.