Describe the bug
Default select widget value not populating via lists when adding new items
To Reproduce via List Widget
To Reproduce via List Widget with Variable Types
Expected behavior
If a select field has a default value defined, it should be populated when a new list item is added that contains a select field with a defined default value.
Screenshots

Applicable Versions:
CMS configuration
fields:
- label: "Select"
name: "select"
widget: "select"
default: "default"
options:
- label: "Default"
value: "default"
- label: "Not Default"
value: "not default"
- label: "List"
name: "list"
widget: "list"
fields:
- label: "Select"
name: "select"
widget: "select"
default: "default"
options:
- label: "Default"
value: "default"
- label: "Not Default"
value: "not default"
- label: "Variable List"
name: "variableList"
widget: "list"
types:
- label: "Object"
name: "object"
widget: "object"
fields:
- label: "Select"
name: "select"
widget: "select"
default: "default"
options:
- label: "Default"
value: "default"
- label: "Not Default"
value: "not default"
@madikarizma This issue hasn't been fixed yet, the PR is on its way.
Most helpful comment
@madikarizma This issue hasn't been fixed yet, the PR is on its way.