mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Etemplate: Fix number widget could not handle separators anymore
Broken by Shoelace update, I think.
This commit is contained in:
parent
c622e6e88e
commit
b65dca49e5
@ -159,7 +159,7 @@ export class Et2Number extends Et2Textbox
|
|||||||
|
|
||||||
get valueAsNumber() : number
|
get valueAsNumber() : number
|
||||||
{
|
{
|
||||||
let val = this.value;
|
let val = super.value;
|
||||||
|
|
||||||
if("" + val !== "")
|
if("" + val !== "")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user