-
Notifications
You must be signed in to change notification settings - Fork 4
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
the concept of data-value #65
Comments
blackfalcon
added
the
Status: Work In Progress
Issue or Pull Request work is in Progress
label
Jan 21, 2022
blackfalcon
added a commit
that referenced
this issue
Jan 28, 2022
Changes to be committed: modified: docs/api.md modified: src/auro-menu.js modified: src/auro-menuoption.js modified: test/auro-menu.test.js
blackfalcon
added a commit
that referenced
this issue
Jan 28, 2022
Changes to be committed: modified: demo/demo.md modified: demo/partials/default.html modified: demo/partials/disabled.html modified: demo/partials/hr.html modified: demo/partials/preselect.html modified: demo/partials/restrictedWidth.html
blackfalcon
added a commit
that referenced
this issue
Jan 28, 2022
Changes to be committed: modified: docs/api.md modified: src/auro-menu.js modified: src/auro-menuoption.js modified: test/auro-menu.test.js
blackfalcon
added a commit
that referenced
this issue
Jan 28, 2022
Changes to be committed: modified: demo/demo.md modified: demo/partials/default.html modified: demo/partials/disabled.html modified: demo/partials/hr.html modified: demo/partials/preselect.html modified: demo/partials/restrictedWidth.html
6 tasks
6 tasks
blackfalcon
added
Type: Feature
New Feature
and removed
Status: Work In Progress
Issue or Pull Request work is in Progress
labels
Jan 28, 2022
blackfalcon
added a commit
that referenced
this issue
Jan 29, 2022
Changes to be committed: modified: docs/api.md modified: src/auro-menu.js modified: src/auro-menuoption.js modified: test/auro-menu.test.js
blackfalcon
added a commit
that referenced
this issue
Jan 29, 2022
Changes to be committed: modified: demo/demo.md modified: demo/partials/default.html modified: demo/partials/disabled.html modified: demo/partials/hr.html modified: demo/partials/preselect.html modified: demo/partials/restrictedWidth.html
blackfalcon
added a commit
that referenced
this issue
Jan 31, 2022
Changes to be committed: modified: docs/api.md modified: src/auro-menu.js modified: src/auro-menuoption.js modified: test/auro-menu.test.js
blackfalcon
added a commit
that referenced
this issue
Jan 31, 2022
Changes to be committed: modified: demo/demo.md modified: demo/partials/default.html modified: demo/partials/disabled.html modified: demo/partials/hr.html modified: demo/partials/preselect.html modified: demo/partials/restrictedWidth.html
6 tasks
blackfalcon
added
Status: Work In Progress
Issue or Pull Request work is in Progress
and removed
Status: Work In Progress
Issue or Pull Request work is in Progress
labels
Feb 2, 2022
Oops my bad... this work is completed and merged in with #80 |
6 tasks
blackfalcon
added a commit
that referenced
this issue
Mar 1, 2022
Changes to be committed: modified: docs/api.md modified: src/auro-menu.js modified: src/auro-menuoption.js modified: test/auro-menu.test.js
blackfalcon
added a commit
that referenced
this issue
Mar 1, 2022
Changes to be committed: modified: demo/demo.md modified: demo/partials/default.html modified: demo/partials/disabled.html modified: demo/partials/hr.html modified: demo/partials/preselect.html modified: demo/partials/restrictedWidth.html
blackfalcon
added a commit
that referenced
this issue
Mar 1, 2022
Changes to be committed: modified: docs/api.md modified: src/auro-menu.js modified: src/auro-menuoption.js modified: test/auro-menu.test.js
blackfalcon
added a commit
that referenced
this issue
Mar 1, 2022
Changes to be committed: modified: demo/demo.md modified: demo/partials/default.html modified: demo/partials/disabled.html modified: demo/partials/hr.html modified: demo/partials/preselect.html modified: demo/partials/restrictedWidth.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With a traditional combo box select menu the
option
element has avalue
attr,I'd like to revisit this
data-value
feature and see if we can refactor this to be more like a native element.auro-menu/src/auro-menu.js
Lines 49 to 60 in 983cfbb
The text was updated successfully, but these errors were encountered: