Number Input
Tired of clunky number fields that donβt fit seamlessly into your Angular Material design? Meet Number Input β a sleek, fully customizable component built for precision, accessibility, and effortless integration.
Key features:
- β Material Design Native β Looks and feels like a first-class Angular Material component.
- π― Precision & Control β Set min/max values, step increments, and enforce number formats.
- β‘ Keyboard & Mouse Friendly β Intuitive controls for both power users and casual inputs.
- π Flexible & Extensible β Easily adapt to your projectβs needs with robust configuration options.
Drop it into your forms and watch your UX soar! π Try Number Input today and bring smarter number fields to your Angular apps.
Basic Number Input
Loading...
Custom Controls
Loading...
Min, Max Value
Loading...
API Reference
Properties for the emr-number-input
component.
Properties
Events
Prop | Type | Default |
---|---|---|
min Minimum value | number | β |
max Maximum value | number | β |
step Step of value | number | β |
readonly Sets control as readonly | boolean | false |
disabled Disable control | boolean | false |
required Sets control as required | boolean | false |