-
Notifications
You must be signed in to change notification settings - Fork 404
Ids are not passing through to HTML elements #554
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
Comments
Hi @JustinB-dev, thanks for filing this issue. I'm not sure I totally understand your question, but it sounds like you're expecting the |
Yes, that's the expected behavior. |
Using
It's not a bug, though perhaps the docs could be clearer. What is your use-case? |
From the screenshot inspecting the elements the typeahead comes through as a div, and I am trying to get an id attribute onto that div. |
There's no way to add an |
Our specific use case is for our QA Team trying to run automation and running into trouble with these specific fields. We found a work-around with adding another wrapper and putting the id tag there, but figured I could bring it to your attention. The only reason I thought it may be a bug is because the |
Note that the |
Version
3.4.7
Using this version in production app, tested on most current versions as well
Steps to reproduce
Add an id to typeahead component. ex:
Load onto browser.
Verify typeahead is present.
Inspect element - id should be present but is not.
Verified that they are not showing up in sandbox either
Expected Behavior
Ids passed into Typeahead should appear on HTML elements when inspecting in browser.
Actual Behavior
Ids are not showing up.
The text was updated successfully, but these errors were encountered: