Reset text data from a text box of an integer attribute

0
Hi everyone! I have an integer atribute and when I write text inside it automatically Mendix says that you need to put the right value but I have a reset button and if I click on it, it should have reset the data but this not happen, the message is still showing on the screen. Anyone knows how to reset the data without this message? Thank you for your attention.
asked
1 answers
0

Is your reset button calling a microflow that sets the attribute to empty? and if so, make sure you set the change object activity to “refresh in client”. It also depends on the conditions for your validation message if you're using one – and if it's microflow validation or client side/database validation. 

answered