1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #1981 from openwide-java/fix-1946-hard_coded_title

Fix #1946: remove an hard coded title attribute.
This commit is contained in:
Kevin Brown 2014-01-06 18:01:47 -08:00
commit 4eb1370b9c

View File

@ -1820,7 +1820,7 @@ the specific language governing permissions and limitations under the Apache Lic
"<div class='select2-drop select2-display-none'>",
" <div class='select2-search'>",
" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true'",
" aria-autocomplete='list' title='Search field' />",
" aria-autocomplete='list' />",
" </div>",
" <ul class='select2-results' role='listbox'>",
" </ul>",