Open
Description
Hi,
Thank you for your work on this great package.
I'm displaying floats in the Number element and I would like 1 to display as 1.00
.
Since the value is a string, that formatting shouldn't be an issue in JS.
is there a formatting function that I could pass in?
format={(value) => value.toFixed(2)}
also would be useful for displaying units
format={(value) => `${value}ms`}
Appreciate any advice.
Metadata
Metadata
Assignees
Labels
No labels