Hi All,

When we set a RegExp validator for the TextInput in QML then it doesn't take the invalid input. I want to the know the property name on the base of which it does so.
my requirement is:
I have a function in QML and I dont want to call that function on press of invalid key input. I f I know that property name I can check the property value and do the needful.

please reply if anybody knows the answer.

Thanks in advance.