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
In the documentation i see an event start-selection. It should emit the event when user clicks first date of range.
But nothing is happening when I add it.
<date-range-picker ref="picker" v-model="dateRange" :locale-data="{firstDay: 1, format: 'DD-MM-YYYY', daysOfWeek: moment.weekdaysMin(), monthNames: moment.monthsShort(),}" :ranges="false" :autoApply="true" :singleDatePicker="false" :timePicker="false" :timePicker24Hour="false" :showWeekNumbers="true" :showDropdowns="true" :min-date="minDate" :max-date="maxDate" @start-selection="startDateSelection($event)" > <div slot="input" class="form-input cursor-default select-bg" slot-scope="picker"> {{ picker.startDate | date }} t/m {{ picker.endDate | date }} </div> </date-range-picker>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the documentation i see an event start-selection. It should emit the event when user clicks first date of range.
But nothing is happening when I add it.
The text was updated successfully, but these errors were encountered: