Skip to content

Commit 0cc39f2

Browse files
committed
Autocomplete: Use a div instead of a span for the live region
Fixes #14587 (cherry picked from commit ce50178)
1 parent e000aaa commit 0cc39f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ $.widget( "ui.autocomplete", {
309309
}
310310
});
311311

312-
this.liveRegion = $( "<span>", {
312+
this.liveRegion = $( "<div>", {
313313
role: "status",
314314
"aria-live": "assertive",
315315
"aria-relevant": "additions"

0 commit comments

Comments
 (0)