瀏覽代碼

修复 Grid Column Editable 行内编辑字段值为空时不出现保存按钮

HE 4 年之前
父節點
當前提交
43ea62e951
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Grid/Displayers/Editable.php

+ 1 - 1
src/Grid/Displayers/Editable.php

@@ -57,7 +57,7 @@ CSS
     protected function addScript()
     {
         $script = <<<JS
-$(".{$this->selector}").on("click", function() {
+$(".{$this->selector}").on("click focus", function() {
     $(this).next().removeClass("hidden");
 }).on('blur', function () {
     var icon = $(this).next();