We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22be9b9 commit 477ed03Copy full SHA for 477ed03
src/DebugBar/Resources/widgets.js
@@ -353,7 +353,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
353
this.$list.$el.appendTo(this.$el);
354
this.$toolbar = $('<div><i class="phpdebugbar-fa phpdebugbar-fa-search"></i></div>').addClass(csscls('toolbar')).appendTo(this.$el);
355
356
- $('<input type="text" />')
+ $('<input type="text" aria-label="Search" placeholder="Search" />')
357
.on('change', function() { self.set('search', this.value); })
358
.appendTo(this.$toolbar);
359
0 commit comments