Skip to content

Commit 9ab6f3d

Browse files
author
John P. rouillard
committed
bug: issue #77 - disable capitalization of words when typing in input boxes
1 parent b4f03ee commit 9ab6f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html/classhelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ class ClassHelper extends HTMLElement {
590590
} else {
591591
input = document.createElement("input");
592592
input.setAttribute("type", "text");
593+
input.setAttribute("autocapitalize", "off")
593594

594595
if (formData) {
595596
let value = formData.get(param);

0 commit comments

Comments
 (0)