Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Bug: ion-nav-bar id #412

Closed
rolinger opened this issue Jul 20, 2020 · 1 comment
Closed

Bug: ion-nav-bar id #412

rolinger opened this issue Jul 20, 2020 · 1 comment

Comments

@rolinger
Copy link

I know Ionic v1 is no longer being maintained, however, I discovered that applying an id to <ion-nav-bar> has a bug.

If you add <ion-nav-bar id="ionNavBar"> what actually gets applied in the rendered HTML is <ion-nav-bar d="ionNavBar"> - ID becomes D.

You will need to search for tags based on class or tag name.

@rolinger
Copy link
Author

rolinger commented Jul 20, 2020

NOT a bug! Grrr.....I had two index.html files open. The wrong one had id= in it, the correct one had d= in it. And I kept looking at the wrong one file seeing the correct syntax.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant