react-component / react-component/picker

Can "format" take effect on the title attribute?

Open
#693 0 comments 1 reaction 0 assignees View on GitHub

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

51982254-C1F2-4337-B656-EB87E63FD847
134937CF-295E-44a7-9E57-372A19F61A92
IMG_4440 HEIC JPG
EFB148ED-C71B-4bfa-9C01-932FDA1C6E35

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.