If I enter i.e. “0000000” into <intbox>, some default validator shows an error tooltip saying “You must specify an integer, rather than 0000000”. I want to get rid of that message completely and just change value of input to “0”. Any help would be great…
If I enter i.e. 0000000 into <intbox> , some default validator shows an error
Share
I found a solution by overriding widgets default
showError_method, thats where error messages are created… it now looks like