mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Allow seraching by email address in dropdown menu
This commit is contained in:
parent
72a012b817
commit
25a949356d
2 changed files with 4 additions and 0 deletions
|
@ -584,6 +584,8 @@
|
|||
var $email_selectors = $('#newsletter_email_to, #newsletter_email_cc, #newsletter_email_bcc').selectize({
|
||||
plugins: ['remove_button'],
|
||||
maxItems: null,
|
||||
sortField: 'text',
|
||||
searchField: ['text', 'value'],
|
||||
render: {
|
||||
item: function(item, escape) {
|
||||
return '<div>' +
|
||||
|
|
|
@ -566,6 +566,8 @@
|
|||
var $email_selectors = $('#email_to, #email_cc, #email_bcc').selectize({
|
||||
plugins: ['remove_button'],
|
||||
maxItems: null,
|
||||
sortField: 'text',
|
||||
searchField: ['text', 'value'],
|
||||
render: {
|
||||
item: function(item, escape) {
|
||||
return '<div>' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue