-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrading from 2.8.5 causes strange UI issues #178
Comments
@jessieiswise in your test branch, can you install previous versions between What is clear is that, somehow, the HTML content that Lit uses to track nodes is being injected into the slot content. See the screenshot from the Auro doc site. While this UI issue is NOT happening in the doc site or locally running the element demo, Lit still produces the HTML comments you are seeing. The question is... why is this being injected into the slot? And why Vue? 🤔 |
I'll dig into this next week! |
Looks like 2.9.0 is the offending version. possibly related to this commit? ddeedf8 |
Describe the bug
After upgrading our Auro-select package from 2.8.5 to 2.9.6 I noticed unexpected Ui behavior where upon selection, the Auro-select is inserting some sort of text into the dropdown field
To Reproduce
1 use Auro select 2.9.x in a vue environment
2 observe that the select behavior is not as intended
** or if you don't have a vue env **
1 contact Jess on teams
2 Ask her to demo the issue
3 She will have a branch handy locally and will install the package at the specified version
4 Upon load of our web component, select a drop down option
5 Observe "Lit#" text in dropdown field
Expected behavior
No extraneous text in dropdown fields
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: