forked from ddrilling/asb_cloud_front
fix RegExp for floats
This commit is contained in:
parent
0d1bdcc15a
commit
057848116b
@ -1,7 +1,7 @@
|
|||||||
import { Dispatch, SetStateAction } from "react"
|
import { Dispatch, SetStateAction } from "react"
|
||||||
import notify from "./notify"
|
import notify from "./notify"
|
||||||
|
|
||||||
export const RegExpIsFloat = /^[-+]?\d+\.?\d?$/
|
export const RegExpIsFloat = /^[-+]?\d+\.?\d*$/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
other - объект с дополнительными свойствами колонки
|
other - объект с дополнительными свойствами колонки
|
||||||
|
Loading…
Reference in New Issue
Block a user