ParseNumbersMethod
ParseNumbersMethod:
boolean
|"enhanced"
|"native"
|"strict"
Methods used by parseNumbers.
false
avoids parsingtrue
/"enhanced"
(default) usesnumeric-quantity
"strict"
is the same astrue
, but bails out when trailing invalid characters are present"native"
forces the use ofparseFloat
, returningNaN
when parsing fails
Source
packages/react-querybuilder/src/types/basic.ts:281
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.