소스 검색

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',