Open timothyallan opened 1 year ago
Can you give me some more context? What type of input are you trying to assign a value of Infinity
to? number
?
Sure, it's being used for a 3d boundary/camera system. Most numbers, as well as Infinity/-Infinity are all valid values for the bounds, as well as various other 3d properties. So you can have a vector that is {x:3.14, y:10000, z:Infinity}
Describe the bug
In SolidJS, trying to
setFields
to Infinity/-Infinity, or even the string values of them causes aThe specified value "-Infinity" cannot be parsed, or is out of range.
warning fromsetControlValue
indomUtils
and the field is never set.Which package/s are you using?
@felte/solid (SolidJS)
Environment
"@felte/reporter-solid": "^1.2.5", "@felte/solid": "^1.2.7",
To reproduce
do a
Small reproduction example
No response
Screenshots
No response
Additional context
No response