githubEdit

MaskedNumberInput

MaskedNumberInput component uses react-number-formatarrow-up-right 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-formatarrow-up-right documentation for more info.

Last updated