Skip to content

Commit 92fe501

Browse files
committed
fix 'autocaptilize' typo. fixes select2#1544
1 parent 0c479b4 commit 92fe501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ the specific language governing permissions and limitations under the Apache Lic
23132313
}).html([
23142314
"<ul class='select2-choices'>",
23152315
" <li class='select2-search-field'>",
2316-
" <input type='text' autocomplete='off' autocorrect='off' autocapitilize='off' spellcheck='false' class='select2-input'>",
2316+
" <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>",
23172317
" </li>",
23182318
"</ul>",
23192319
"<div class='select2-drop select2-drop-multi select2-display-none'>",

0 commit comments

Comments
 (0)