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

Bugfix/modal selection fix #1359

Merged
merged 7 commits into from
Mar 4, 2024
Merged

Bugfix/modal selection fix #1359

merged 7 commits into from
Mar 4, 2024

Conversation

iOvergaard
Copy link
Collaborator

Tree pickers do not return any values since the extension initializer created an additional shadow root surrounding the default tree elements. This PR prevents any element extending UmbExtensionElementAndApiSlotElementBase from creating a shadow root thus enabling events to propagate to anything outside listening in events, such as the UmbTreePickerModal, which needs to listen on "selected", "deselected", and "selection-change" events.

Also fixes the stylesheet picker, which accidentally double-encoded the stylesheet path where it shouldn't.

Also fixes the data type create flow modal so it uses the correct parent context path.

@iOvergaard iOvergaard merged commit ca4dbe4 into main Mar 4, 2024
6 checks passed
@iOvergaard iOvergaard deleted the bugfix/modal-selection-fix branch March 4, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants