fix: text to lowercase

Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
This commit is contained in:
Devin Slauenwhite 2023-06-13 11:14:35 -04:00 committed by GitHub
parent fc7069fb49
commit eed61e6485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -966,7 +966,7 @@ export default class GridRow {
let input_in_focus = false;
$(col)
.find("input[type='Text']")
.find("input[type='text']")
.each(function () {
if ($(this).is(":focus")) {
input_in_focus = true;