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
Hello there, team. While working on a feature for my app, I noticed something in the datepicker.
When we select a date range, it would be helpful if we could highlight the same button if the range exists. If we select the same date range of last 7 days as shown in the screenshots below, the last 7 days label should be highlighted.
Here even if we manually select dates, if those dates match any range, they are highlighted.
Is there a way to do it for the time being in the current implementation? I've tried changing the classnames, but every time I do, the component is re-rendered and overriding my class names.
The text was updated successfully, but these errors were encountered:
Hello there, team. While working on a feature for my app, I noticed something in the datepicker.
When we select a date range, it would be helpful if we could highlight the same button if the range exists. If we select the same date range of last 7 days as shown in the screenshots below, the last 7 days label should be highlighted.
Consider this example: https://fetrarij.github.io/ngx-daterangepicker-material/custom-ranges
Here even if we manually select dates, if those dates match any range, they are highlighted.
Is there a way to do it for the time being in the current implementation? I've tried changing the classnames, but every time I do, the component is re-rendered and overriding my class names.
The text was updated successfully, but these errors were encountered: