Last updated 1 year ago
MaskedNumberField component uses to render the number field with a fixed decimal scale
import { MaskedNumberField } from '@ra-libs/react'; <MaskedNumberField source="totalValue" fullWidth useLabel />;
useLabel
false
boolean
whether to use react-admin Labeled component or not.