You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this plugin to support adding a decimal number input in the ionic iOS app where the region uses comma as the decimal separator. Though I can add decimal values, the pattern validation error shows up for the input field due to pattern="[0-9]*". Please let me know if there is a better way of using it, or is there any workaround for the mentioned issue?
The text was updated successfully, but these errors were encountered:
I am using this plugin to support adding a decimal number input in the ionic iOS app where the region uses comma as the decimal separator. Though I can add decimal values, the pattern validation error shows up for the input field due to
pattern="[0-9]*"
. Please let me know if there is a better way of using it, or is there any workaround for the mentioned issue?The text was updated successfully, but these errors were encountered: