Skip to content

feat: display customized notes for dates in component "<IonDatetime />", e.g. holiday #26361

Description

@creatxrgithub

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} />

IMG_20221125_142305

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions