Open
Description
I'd like to make a Number Field
that can also evaluate equations using math.js.
"5 + 20" -> "25"
"sqrt(16)" -> "4"
Is this possible with the current Number Field
? I can't seem to find a way to let the input accept special characters. I'd also need to extend the parse function to attempt to evaluate with math.js before the base-ui parse function takes over.
Metadata
Metadata
Assignees
Projects
Status
No status