1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,313 forks (2,313 forks)batch import
featurehelp wanted
Repository metrics
- Stars
- 11,238 stars (11,238 stars)
- PR merge metrics
- Avg merge 7h 11m (Avg merge 7h 11m)8 merged PRs in 30d (8 merged PRs in 30d)
Description
Version of antd-mobile
5.39.0
What is this feature about?
No response
Contributor guide
- Research direction
- Examine the Calendar component's source code to understand its current date only selection logic. Look for how it manages state and renders dates. Then, design a way to extend it to include time picker fields (hours, minutes, seconds). Review any existing time related components (e.g., Picker, DatePicker) in the codebase for consistent patterns and API. Consider using a controlled approach where the selectedDate includes time if enabled.
- Tech stack
- typescriptreact
- Domain
- frontendmobile
- Issue type
- Feature
- Prerequisites
- GitReact