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

Added option to specify the element that is appended #42

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jmmerino
Copy link

Instead of append only the "a" elements inside de toolbar-items, I've added an option to append any element inside the toolbar-items. The new option is "elementToAppend".

This change works with the old code, because by default the element appended is "a".

Instead of append only the "a" elements inside de toolbar-items, append the "nav" element inside the toolbar-items.
You can decide if the toolbar will handle the click (triggering the event) or not, and follow the link in the <a> element
- Show toolbar on focus (for inputs)
- Hide all tooltips when a new one is shown
- Option to decide if you want to show the toolbar on click
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.

1 participant