Skip to content

Commit ce50178

Browse files
committed
Autocomplete: Use a div instead of a span for the live region
Fixes #14587
1 parent 0ff7a16 commit ce50178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ $.widget( "ui.autocomplete", {
329329
}
330330
} );
331331

332-
this.liveRegion = $( "<span>", {
332+
this.liveRegion = $( "<div>", {
333333
role: "status",
334334
"aria-live": "assertive",
335335
"aria-relevant": "additions"

0 commit comments

Comments
 (0)