Skip to content

Number field

Number field

Usage

A number field is an input field that allows users to enter numeric values. It ensures that only valid numbers can be entered, making it ideal for tasks such as quantity selection, pricing, and numerical data entry.

Import

js
import { MtNumberField } from "@shopware-ag/meteor-component-library";

Example