com.unity.uiextensions/Runtime/Scripts/Controls/ComboBox
Simon Jackson 33cd5a9be4 Several lifetime feature updates for the ComboBox controls:
- Resolves startup issue that prevented the control being used (Unity changed the start order in some instances), this was causing null reference issues with comboboxes
- Added the ability to set a specific item on start and not just the first
- Added the ability to disable the dropdown to make a read-only dropdown

Resolves:
- https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/426
- https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/425
2023-02-05 11:35:18 +00:00
..
AutoCompleteComboBox.cs Several lifetime feature updates for the ComboBox controls: 2023-02-05 11:35:18 +00:00
AutoCompleteComboBox.cs.meta Updating package to the latest Unity guidelines for Unity packages 2020-06-30 13:58:38 +01:00
ComboBox.cs Several lifetime feature updates for the ComboBox controls: 2023-02-05 11:35:18 +00:00
ComboBox.cs.meta Updating package to the latest Unity guidelines for Unity packages 2020-06-30 13:58:38 +01:00
DropDownList.cs Several lifetime feature updates for the ComboBox controls: 2023-02-05 11:35:18 +00:00
DropDownList.cs.meta Updating package to the latest Unity guidelines for Unity packages 2020-06-30 13:58:38 +01:00
DropDownListButton.cs Resolves issue in 2022 with the missing Text component 2023-02-04 10:30:40 +00:00
DropDownListButton.cs.meta Updating package to the latest Unity guidelines for Unity packages 2020-06-30 13:58:38 +01:00
DropDownListItem.cs Updated "Action" use to "UnityAction" to avoid Unity issues 2023-01-01 13:29:53 +00:00
DropDownListItem.cs.meta Updating package to the latest Unity guidelines for Unity packages 2020-06-30 13:58:38 +01:00