You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the DateRangePicker appears when clicking on the field, a scroll bar appears (logically). So only in this case, every time you click on any element of the calendar, the page moves up sharply. How to solve the problem?
Here is the code:
When the DateRangePicker appears when clicking on the field, a scroll bar appears (logically). So only in this case, every time you click on any element of the calendar, the page moves up sharply. How to solve the problem?
Here is the code:
$$datePicker Widget = [
field($form Model, 'opened_at')->widget(DateRangePicker::class, $datePicker Widget) ?> 'btn btn-success']) ?>‘useWithAddon’ => true,
‘presetDropdown’ => true,
‘convertFormat’ => true,
‘pluginOptions’ => [
‘timePicker’ => true,
‘timePicker24Hour’ => true,
‘timePickerIncrement’ => 5,
‘locale’ => [‘format’ => ‘Y.m.d H:i’],
‘singleDatePicker’ => true,
‘showDropdowns’ => true,
‘opens’ => ‘right’
],
‘options’ => [‘placeholder’ => Yii::t(‘app’, ‘Select datetime…’)],
];
The text was updated successfully, but these errors were encountered: