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
In addition, the value can be set as attribute. In this case it should represent an object that can be parsed correctly as JSON, where the `start` and `end` fields should have date values in the ISO 8601 format:
Now, when you click the newly created `"Next 7 days"` chip in the calendar pop-up, the range will automatically be selected, from today through the next 7 days.
@@ -369,17 +374,21 @@ dateRange.disabledDates = [
369
374
```
370
375
371
376
```tsx
372
-
let dateRange =document.querySelector('igc-date-range-picker') asIgrDateRangePicker;
0 commit comments