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
Describe the bug
In the IOS version the keyboard has a forcing of the "comma" character, but the component uses only the version with the "dot" character. I used a fix with ref, would it be possible to have a native props to fix this iussue?
this is the fix i made
function onChange(value) {
this.value = value.replace(",",".");
}
Describe the bug
In the IOS version the keyboard has a forcing of the "comma" character, but the component uses only the version with the "dot" character. I used a fix with ref, would it be possible to have a native props to fix this iussue?
this is the fix i made
function onChange(value) {
this.value = value.replace(",",".");
}
The text was updated successfully, but these errors were encountered: