hi,
we have a validation like allow only number and "," as per functionality.
and this has to work on click of save button only.
used Number.isnan but its not validating the +1 kind of input since internally treating as number.
help me on this