You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hi @dwasyl, after hunting a bug that created two select2 combo-boxes instead of one when clicking Add new ... on an inline, I've found that [data-autocomplete-light-function=select2]:not([id*="__prefix__"]) fixes it. Can you provide me some context on why you got rid of it? Thanks you!
7e9e88a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dwasyl, after hunting a bug that created two
select2
combo-boxes instead of one when clicking Add new ... on an inline, I've found that[data-autocomplete-light-function=select2]:not([id*="__prefix__"])
fixes it. Can you provide me some context on why you got rid of it? Thanks you!EDIT: oops, just saw the PR. Nevermind.