The Input Stepper is a reusable UI component designed to simplify numeric input in your OutSystems applications. It replaces standard text inputs with a user-friendly interface featuring "plus" and "minus" buttons, allowing users to easily adjust quantities without typing.
This pattern is widely used in E-commerce shopping carts, inventory management tools, and ticketing systems where quick adjustments are required.
Key Features:
• Intuitive UI: Clear increment (+) and decrement (-) controls.
• Shopping Cart Ready: Perfect for product quantity selection.
• Customizable: Easily adaptable to your application's theme using CSS.
• Cross-Platform: Compatible with both Reactive Web and Mobile Apps.
Improve your application's UX by preventing errors associated with manual text entry for small numeric changes.
• Platform Compatibility: Designed for Reactive Web and Mobile applications. May not function as intended in Traditional Web apps without modification.
• Styling: The component inherits base styles from your application theme. You may need to apply small CSS overrides if you require a specific custom look (e.g., rounded corners, specific brand colors).
• Data Type: Currently optimized for Integer values.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)