I'm trying to make use of the pattern property on an input field. Unfortunately the pattern seems to only work strictly with given pattern and doesn't allow for a range. Is there a work around for this?
Initial number pattern is '#.###' but also want to give users the option to type in numbers '##.###'
I'm trying to make use of the pattern property on an input field. Unfortunately the pattern seems to only work strictly with given pattern and doesn't allow for a range. Is there a work around for this?
Initial number pattern is '#.###' but also want to give users the option to type in numbers '##.###'