<button class="navbar__dropdown-toggle" :aria-expanded="active"></button>
I am trying to bind aria-expanded to the state of a dropdown menu. Unfortunately, when using a screen reader (for the visually impaired), dictation doesn't indicate that it is a non-expanded dropdown menu since falsey attributes are removed.
Is there any way of forcing a falsey attribute to remain?