Select number widget
39 sites
Security covered
This module provides a select dropdown widget for number-based fields, including Commerce price amounts, allowing users to choose values from a predefined range instead of typing them into a text field. This is particularly useful for fields that are not directly editable, like default Commerce price fields.
About
Select widget for fields with number values as Number or Commerce price (amount).
Select element form instead of textfield element for the field.
This will require range start and end value and step to be set - php range() function.
For the locked fields with no edit available, as default Commerce price field:
The instance field Widget type page/form/tab could be used to set this widget.