浏览代码

Set step for Firefox bug

Visman 1 年之前
父节点
当前提交
c84ac5938f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/Pages/Edit.php

+ 1 - 0
app/Models/Pages/Edit.php

@@ -492,6 +492,7 @@ class Edit extends Page
                             'caption'   => 'Posted',
                             'required'  => true,
                             'value'     => $data['posted'] ?? null,
+                            'step'      => '1',
                         ],
                         'confirm' => [
                             'type'      => 'checkbox',