diff options
Diffstat (limited to 'awesomplete.js')
-rw-r--r-- | awesomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesomplete.js b/awesomplete.js index b0ba9bc..46cdec0 100644 --- a/awesomplete.js +++ b/awesomplete.js @@ -110,7 +110,7 @@ var _ = self.Awesomplete = function (input, o) { }); this.status = $.create("span", { - hiddena11y: "", + className: "visually-hidden", role: "status", "aria-live": "assertive", "aria-relevant": "additions", |