Hi,
I have a keyboard configured with:
{
"layout": "custom",
"language": "it-IT",
"customLayout": {
"normal": [
"7 8 9 {b}",
"4 5 6 {clear}",
"1 2 3 {sign}",
"{dec} 0 {a}"
]
}
}
Pressing the sign button when the content has decimals with EU separator "123,45" doesn't change the sign. The regex /^[+-]?\d*\.?\d*$/ prevents the action.
Hi,
I have a keyboard configured with:
{ "layout": "custom", "language": "it-IT", "customLayout": { "normal": [ "7 8 9 {b}", "4 5 6 {clear}", "1 2 3 {sign}", "{dec} 0 {a}" ] } }Pressing the sign button when the content has decimals with EU separator "123,45" doesn't change the sign. The regex
/^[+-]?\d*\.?\d*$/prevents the action.