We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c479b4 commit 92fe501Copy full SHA for 92fe501
1 file changed
select2.js
@@ -2313,7 +2313,7 @@ the specific language governing permissions and limitations under the Apache Lic
2313
}).html([
2314
"<ul class='select2-choices'>",
2315
" <li class='select2-search-field'>",
2316
- " <input type='text' autocomplete='off' autocorrect='off' autocapitilize='off' spellcheck='false' class='select2-input'>",
+ " <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>",
2317
" </li>",
2318
"</ul>",
2319
"<div class='select2-drop select2-drop-multi select2-display-none'>",
0 commit comments