Skip to content

Commit 477ed03

Browse files
aliusaalius
andauthored
Search input aria-label (php-debugbar#511)
* search input aria-label * search input placeholder Co-authored-by: alius <[email protected]>
1 parent 22be9b9 commit 477ed03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/Resources/widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
353353
this.$list.$el.appendTo(this.$el);
354354
this.$toolbar = $('<div><i class="phpdebugbar-fa phpdebugbar-fa-search"></i></div>').addClass(csscls('toolbar')).appendTo(this.$el);
355355

356-
$('<input type="text" />')
356+
$('<input type="text" aria-label="Search" placeholder="Search" />')
357357
.on('change', function() { self.set('search', this.value); })
358358
.appendTo(this.$toolbar);
359359

0 commit comments

Comments
 (0)