I have used Easepick datepicker with LockPlugin and RangePlugin. Lets says i have minDays of 10 days in LockPlugin and tooltipNumber function is ON to show how much days it is selected.
enter image description here
If i have selected 5 date on the month, it will automatically lock the 10 days ahead of 5 i.e. to the 15 of same month. If I hover over the dates after the 15, the tooltip selected number of days will be displayed. And if I hover over the locked days i.e. between 5 to 15 the tooltip selected days is not displayed.
Expected: I want to show the tooltip when hover on the locked range dates i.e. between 5 to 15 not on after the 15, when the minDays requirement is fulfilled.
Here i have attached the JS fiddle example: https://jsfiddle.net/47mg8ocv/5/
Himanshu Bisht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.