Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: "Select" Property Editor UI #1680

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

leekelleher
Copy link
Member

Description

Adds a Select property-editor UI, wrapping the <uui-select> component.

This differs from the Dropdown property-editor UI, so that it doesn't need to support the multiple configuration and will expect a uses a single string value, as opposed to an Array<string>.

This PR updates the Umbraco.Tags schema to use this property-editor UI, which will fix a bug raised in RC1: umbraco/Umbraco-CMS#16084

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

This differs from the Dropdown property-editor UI, as
it doesn't support the "multiple" configuration and only
uses a single `string` value, (as opposed to an `Array<string>`).
to use the Select property-editor UI for the Storage Type option.
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-1680.westeurope.1.azurestaticapps.net

@leekelleher leekelleher merged commit 19056d4 into main Apr 23, 2024
8 checks passed
@leekelleher leekelleher deleted the feature/property-editor-ui/select branch April 23, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants