We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thank you so much for this extension. Im trying to use rangePlugin with two input fields but it doesnt perform like the demo at
https://flatpickr.js.org/plugins/ (it removes date field when editing or changes start date when selecting end date)
Maybe rangePlugin.js should be updated?
<?= $form->field($model, "startDate", getFieldOptions('calendar-check', 'Select start date')) ->widget(FlatpickrWidget::class, [ 'theme' =>'material_blue', 'plugins' => [ 'rangePlugin' => [ 'input'=> "#ios-enddate", ], ], 'locale' => [ 'firstDayOfWeek' => 1, ], 'clientOptions' => [ 'mode' => 'range', ], 'options' => [ 'placeholder' => Yii::t('app', 'Enter').' '.$model->getAttributeLabel('startDate') ], ])->label(false); ?>
Thanks again
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thank you so much for this extension. Im trying to use rangePlugin with two input fields but it doesnt perform like the demo at
https://flatpickr.js.org/plugins/ (it removes date field when editing or changes start date when selecting end date)
Maybe rangePlugin.js should be updated?
Thanks again
The text was updated successfully, but these errors were encountered: