NumberField

Github
Storybook

A numeric input field with increment/decrement controls, value clamping, and keyboard support.

import { PlumaTestHelpers } from '@customerio/pluma-components/react/test-helpers/pluma-test-helpers'

const numberField = PlumaTestHelpers.extract('NumberField', screen.getByTestId('data-test-numberField'));

Test Helpers coming soon™!

On this page