MaskedNumberInput

MaskedNumberInput component uses react-number-format to render the number input with a fixed decimal scale

Usage

import { MaskedNumberInput } from '@ra-libs/react';

<MaskedNumberInput source="totalValue" fullWidth />;

Props

check react-number-format documentation for more info.

Last updated