Error checking Formatted Text Field

I want to use Formatted Text Field for input to database, and expected to see some sort of ‘isValid’ property. Is there such a thing?

Is that the ‘data quality’ in the advanced properties?

Data quality is what drives the tag binding overlay system- not what you want.

You basically want to simply check if text == committedValue or not. That will show you if the currently displayed text is valid. You’ll also want to make sure that commit while typing is on, if you really need to tell if the current edit is valid or not.