We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ccc2a commit dbe742dCopy full SHA for dbe742d
1 file changed
js/crsearch/crsearch.js
@@ -364,6 +364,7 @@ export default class CRSearch {
364
input.addClass('input')
365
input.addClass('mousetrap')
366
input.attr('autocomplete', false)
367
+ input.attr('autocapitalize', 'off')
368
input.attr('placeholder', CRSearch._INPUT_PLACEHOLDER)
369
input.appendTo(control)
370
0 commit comments