Simple date input (#38)

This commit is contained in:
Chirag
2022-12-14 14:25:17 +05:30
committed by GitHub
parent 741390ebbf
commit cc0a656223
6 changed files with 144 additions and 1 deletions

View File

@@ -104,6 +104,8 @@ abstract class UserFormRequest extends \Illuminate\Foundation\Http\FormRequest
'properties.*.prefill_today' => 'boolean|nullable',
'properties.*.disable_past_dates' => 'boolean|nullable',
'properties.*.disable_future_dates' => 'boolean|nullable',
'properties.*.simple_date_input' => 'boolean|nullable',
'properties.*.simple_date_input_format' => 'string|nullable',
// Select / Multi Select field
'properties.*.allow_creation' => 'boolean|nullable',