You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a contenttype with 2 collection fields, the javascript vue code will create 2 buttons that have the same element id dropdownMenuButton.
This is a minor issue, nothing breaks except for an accessibility aria-labelledby link not being correct. However it is not valid html and maybe someone some day decides to start using that id for other things, and then it will break.
I'll make a PR
The text was updated successfully, but these errors were encountered:
Admin content editing:
If you create a contenttype with 2 collection fields, the javascript vue code will create 2 buttons that have the same element id
dropdownMenuButton
.This is a minor issue, nothing breaks except for an accessibility
aria-labelledby
link not being correct. However it is not valid html and maybe someone some day decides to start using that id for other things, and then it will break.I'll make a PR
The text was updated successfully, but these errors were encountered: