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"),