diff options
Diffstat (limited to 'src/js/controls.js')
-rw-r--r-- | src/js/controls.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/controls.js b/src/js/controls.js index 2adea50f..503aecb8 100644 --- a/src/js/controls.js +++ b/src/js/controls.js @@ -767,6 +767,7 @@ const controls = { if (utils.is.htmlElement(form)) { form.setAttribute('aria-hidden', !show); + utils.toggleClass(this.elements.container, this.config.classNames.menu.open, show); if (show) { form.removeAttribute('tabindex'); |