capacitor-community / capacitor-community/date-picker

Ability to set Title

Open
#90 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
94
Forks
30
PR merge metrics
No merged PRs in 30d

Description

It would be great to be able to set the title of the component like this for exampl:

``` ts
const { value } = await DatePicker.present({
//...
title: "Select a your birth date!"
})
```

![Screenshot 2024-10-24 at 14 16 56](https://github.com/user-attachments/assets/f2ee87e2-4751-4380-ba89-7fea92c62eac)

thank you!

Contributor guide

Open the contributing guide

Research direction

Start at the DatePicker.present entry point shown in the issue and trace how its options reach the native date picker. Add support for the requested title option and verify that the displayed picker shows it; check the repository's existing tests or validation flow for the relevant plugin behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift, typescript
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.