capacitor-community / capacitor-community/date-picker
Ability to set Title
- 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!"
})
```

thank you!
Contributor 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