modxcms / fred

The friendly front-end editor for visual, drag-and-drop content building in MODX CMS
https://fred.modx.com
MIT License
59 stars 25 forks source link

UI issue with Option Sets Select type #392

Closed sottwell closed 3 years ago

sottwell commented 3 years ago

This is a minor UI issue, but it can be confusing since you can think that the selection didn't "take".

    {
      "name": "portfolio_filter",
      "label": "Portfolio Filter",
      "type": "select",
      "options": {
        "all": "All",
        "private": "Private",
        "government": "Government",
        "corporate": "Corporate",
        "industrial": "Industrial"
      },
      "value": "all"
    }

After selecting an option from this list, the field is empty. Once you click somewhere else, then the field is filled with your choice.

The fields should show your choice in the field when it's selected.

sottwell commented 3 years ago

Same as #386