fix: text to lowercase
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
This commit is contained in:
parent
fc7069fb49
commit
eed61e6485
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue