Get touched values

Hi , how can i get the all the touched values from the form , and can i modify which values are touched ?

[original thread by PetarMalamov]

Hi @petarmalamov(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.