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(AutoComplete): fix animation props being passed on Input #2950

Merged
merged 4 commits into from
Dec 2, 2022

Conversation

simonguo
Copy link
Member

fix: #2944

@vercel
Copy link

vercel bot commented Nov 30, 2022

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

Name Status Preview Updated
rsuite-nextjs ✅ Ready (Inspect) Visit Preview Dec 2, 2022 at 7:38AM (UTC)
1 Ignored Deployment
Name Status Preview Updated
rsuite-v4 ⬜️ Ignored (Inspect) Dec 2, 2022 at 7:38AM (UTC)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 30, 2022

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.

Latest deployment of this branch, based on commit b8e207a:

Sandbox Source
rsuite-tp-ci Configuration

@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Base: 92.89% // Head: 92.90% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (b8e207a) compared to base (c43a2c0).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2950      +/-   ##
==========================================
+ Coverage   92.89%   92.90%   +0.01%     
==========================================
  Files         557      557              
  Lines       19903    19912       +9     
  Branches     2707     2707              
==========================================
+ Hits        18489    18500      +11     
  Misses        764      764              
+ Partials      650      648       -2     
Flag Coverage Δ
ChromeCi 92.86% <100.00%> (+0.01%) ⬆️
Firefox 92.13% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/AutoComplete/AutoComplete.tsx 87.34% <100.00%> (+0.16%) ⬆️
src/AutoComplete/test/AutoCompleteSpec.tsx 100.00% <100.00%> (ø)
src/Menu/Menu.tsx 92.00% <0.00%> (+0.66%) ⬆️
src/Animation/Transition.tsx 85.32% <0.00%> (+0.91%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

Animation props on AutoComplete are passed down to the Input
2 participants