mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
True should be a string to display properly in aria-haspopup
This commit is contained in:
parent
c76732722a
commit
b848bd4ddc
|
@ -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"),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user