mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Search input aria-label (#511)
* search input aria-label * search input placeholder Co-authored-by: alius <alius.s@kryptis.lt>
This commit is contained in:
parent
22be9b9d29
commit
477ed030cc
@ -353,7 +353,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
||||
this.$list.$el.appendTo(this.$el);
|
||||
this.$toolbar = $('<div><i class="phpdebugbar-fa phpdebugbar-fa-search"></i></div>').addClass(csscls('toolbar')).appendTo(this.$el);
|
||||
|
||||
$('<input type="text" />')
|
||||
$('<input type="text" aria-label="Search" placeholder="Search" />')
|
||||
.on('change', function() { self.set('search', this.value); })
|
||||
.appendTo(this.$toolbar);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user