2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 01:42:47 +08:00

True should be a string to display properly in aria-haspopup

This commit is contained in:
Kris 2019-07-10 22:02:21 -04:00
parent c76732722a
commit b848bd4ddc

View file

@ -18,7 +18,7 @@ export default Ember.Component.extend({
isNone: Ember.computed.none("computedContent.value"),
ariaHasPopup: true,
ariaHasPopup: "true",
ariaLabel: Ember.computed.or("computedContent.ariaLabel", "sanitizedTitle"),