Prerequisites
Describe the Feature Request
I wish that I can add some notes to the component "".
e.g. specify a holiday and display it in the calendar by a function
Describe the Use Case
to display holiday or lunar date in calendar
Describe Preferred Solution
by setting a function or a array or a key-value (date-notes) object in a attribute of ""
Describe Alternatives
No response
Related Code
let notes = { "2022-11-25": "初二", "2022-11-26": "one's birthday"}
<IonDatetime notes={notes} />

Additional Information
No response
Prerequisites
Describe the Feature Request
I wish that I can add some notes to the component "".
e.g. specify a holiday and display it in the calendar by a function
Describe the Use Case
to display holiday or lunar date in calendar
Describe Preferred Solution
by setting a function or a array or a key-value (date-notes) object in a attribute of ""
Describe Alternatives
No response
Related Code
Additional Information
No response