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
isCustomDate
(function) A function that is passed each date in the calendars before they are displayed, and may return a string or array of CSS class names to apply to that date's calendar cell
How can you return a string or an array of string?
The text was updated successfully, but these errors were encountered:
FractalMind
changed the title
isCustomDate only accepts a Boolean
How can you return a string if isCustomDate only accepts a Boolean
Sep 14, 2023
isCustomDate only accepts a Boolean
ngx-daterangepicker-material/src/daterangepicker/daterangepicker.component.ts
Line 368 in e874ad4
In the doc it says:
How can you return a string or an array of string?
The text was updated successfully, but these errors were encountered: