web_widget_numeric_step
Provides a numeric input widget with increment and decrement buttons for easier number entry in Odoo forms.
Key Features
- web: Adds + and - buttons next to numeric input fields in edit mode.
- web: Supports configurable step size for value increments (default 1.0).
- web: Enforces minimum and maximum value limits.
- web: Allows setting placeholder text for the input field.
- web: Supports auto-selection of content when the field gains focus.
- web: Permits adding custom CSS classes to the input element.
- web: Enables mouse wheel scrolling for continuous value adjustment.
- web: Integrates with onchange events for dynamic form updates.