react-component / react-component/picker
Can "format" take effect on the title attribute?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 304
- Forks
- 345
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 7
Description
I configured the format to be "DD/MM/YYYY", but the tester found that when the mouse moved into some date boxes, the format was still "YYYY-MM-DD". I checked the rc-picker source code and found that there is a fixed format
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the rc-picker source code that generates the title attribute for date boxes and locate the fixed format shown in the report. Verify the configured "DD/MM/YYYY" format is used for those titles instead of "YYYY-MM-DD".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100