MuiIntegerField#

@palmyralabs/rt-forms-mui · form/MuiIntegerField.tsx

Overview#

Integer-only numeric input — rejects decimals. Uses MUI TextField with type-restricted input handling.

Props — ITextFieldDefinition & TextFieldProps#

Common field props + MUI TextFieldProps.

Ref — ITextField#

Same as MuiTextField.

Example#

<MuiIntegerField
  attribute="quantity"
  label="Quantity"
  variant="outlined"
  defaultValue={1}
/>