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

Fix highlighting for unchanged values in label tree #627

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

lehecht
Copy link
Contributor

@lehecht lehecht commented Jul 14, 2023

Highlighting for unchanged values didn't work because the watcher was not triggered. Replace the watcher by an click and key event to listen for input submission.

Highlighting for unchanged values didn't work because
the watcher was not triggered. Replace the watcher by
an click and key event to listen for input submission.
@mzur mzur linked an issue Aug 7, 2023 that may be closed by this pull request
Copy link
Member

@mzur mzur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

resources/assets/js/core/components/typeahead.vue Outdated Show resolved Hide resolved
resources/assets/js/core/components/typeahead.vue Outdated Show resolved Hide resolved
@mzur mzur merged commit 970a9c6 into master Aug 7, 2023
5 checks passed
@mzur mzur deleted the label-tree-selection-bug branch August 7, 2023 14:10
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.

Select same label twice via label trees search field
2 participants