From c81db6c1dcc6918bed41f28dcd3414575f42b6b2 Mon Sep 17 00:00:00 2001 From: funadmin <994927909@qq.com> Date: Sat, 15 Jul 2023 18:45:36 +0800 Subject: [PATCH] Update FormHelper.php --- src/helper/FormHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/FormHelper.php b/src/helper/FormHelper.php index 03b898a..9259d4c 100644 --- a/src/helper/FormHelper.php +++ b/src/helper/FormHelper.php @@ -210,7 +210,7 @@ public function input(string $name = '', string $type = 'text',array $options = $disorread = $this->readonlyOrdisabled($options); if ($type == 'hidden') { return <<getDataPropAttr($name,$value,$options)} autocomplete="off" class="layui-input { $this->getClass($options)} {$disorread}/> + getDataPropAttr($name,$value,$options)} autocomplete="off" class="layui-input {$this->getClass($options)} {$disorread}/> EOF; } $str = <<