mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01: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
|
||||
{
|
||||
let val = this.value;
|
||||
let val = super.value;
|
||||
|
||||
if("" + val !== "")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user