Option to block past/future dates (#24)

This commit is contained in:
Chirag
2022-11-06 17:04:19 +05:30
committed by GitHub
parent 8b6814c373
commit d694c4d8ce
6 changed files with 111 additions and 4 deletions

View File

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