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
Custom Controls
Min, Max Value
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 |