Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DateInput,DateRangeInput): fix the issue of incorrect cursor position in the input box #3785

Merged
merged 4 commits into from
May 9, 2024

Conversation

simonguo
Copy link
Member

@simonguo simonguo commented May 3, 2024

fix: #3768
fix: #3763

Copy link

codesandbox bot commented May 3, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented May 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rsuite-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 4:02am
rsuite-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 4:02am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rsuite-v4 ⬜️ Ignored (Inspect) Visit Preview May 6, 2024 4:02am

Copy link

codesandbox-ci bot commented May 3, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 97.59036% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 93.88%. Comparing base (d1a7350) to head (0be9b7b).
Report is 8 commits behind head on main.

Files Patch % Lines
src/DateInput/hooks/useFieldCursor.ts 91.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3785      +/-   ##
==========================================
+ Coverage   93.85%   93.88%   +0.03%     
==========================================
  Files         659      661       +2     
  Lines       22776    22843      +67     
  Branches     3088     3093       +5     
==========================================
+ Hits        21376    21446      +70     
+ Misses        710      709       -1     
+ Partials      690      688       -2     
Flag Coverage Δ
ChromeCi 93.84% <97.59%> (+0.03%) ⬆️
Firefox 93.22% <97.59%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date Picker entry issues on days 01 to 03 DateRangePicker altered input behavior
1 participant