diff --git a/dev/date-picker.html b/dev/date-picker.html index efb7df19080..1e5782e4344 100644 --- a/dev/date-picker.html +++ b/dev/date-picker.html @@ -29,5 +29,46 @@ picker.isDateDisabled = isDateDisabled; picker.min = '2023-11-01'; + +
+ Metadata for each date is loaded on demand (a spinner is shown while loading) via
+ dateMetadataProvider. Mondays and the 20th of each month are disabled; the 10th and 25th
+ are enabled but tagged with a custom part name (busy) and styled orange. Results are
+ cached and prefetched around the visible months, so scrolling back and forth does not re-fetch.
+