Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.6.0
-
Fix Version/s: 4.7.0
-
Component/s: Staff Interface
-
Labels:None
Description
When creating a configurable option it's possible to leave the value blank, causing display issues. For example, create a config option drop-down with 2 items where the value is blank. When checking out, only one of the options is displayed because both have the same value of blank.
- Require a value for config options to be set
- Require the value to be unique for the config option (can't use the same value for multiple select fields in the same dropdown for example)
It may be that a blank value is desired, but I agree that values should be unique to conform to the form field standards.