Open
Description
Is it possible to show a custom error depending on this?
data-validation='required number', data-validation-allowing='range[0.01;99.99],float
We need to have two differents messages a data-validation-error-msg-number
but also, something similar like this:
data-validation-error-msg-allowing
or
data-validation-error-msg-range, but is not correct.
Is it possible?
Thank you.