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(fields): fix pointer-events in Select #1382

Merged
merged 7 commits into from
Sep 26, 2024

Conversation

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.49%. Comparing base (ff8a1b5) to head (49449ba).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1382   +/-   ##
=======================================
  Coverage   57.49%   57.49%           
=======================================
  Files          55       55           
  Lines         807      807           
  Branches      274      274           
=======================================
  Hits          464      464           
- Misses        327      343   +16     
+ Partials       16        0   -16     
Flag Coverage Δ
unit 57.49% <ø> (ø)

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.

@ivangabriele ivangabriele force-pushed the loup/fix-pointer-events-on-select branch from c7427ac to eb59921 Compare September 25, 2024 16:21
@ivangabriele ivangabriele changed the title fix(fields): fix pointer-events fix(fields): fix pointer-events in Select Sep 25, 2024
Copy link
Collaborator

@maximeperraultdev maximeperraultdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deux petites questions mais je sais pas quoi dire d'autre

return
}

const divs = boxRef.current!.querySelectorAll(`#${originalProps.name}-listbox div`)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: pas besoin du ! de current si tu le testes avant

src/fields/Select.tsx Outdated Show resolved Hide resolved
@louptheron louptheron force-pushed the loup/fix-pointer-events-on-select branch from e7d3aa0 to 49449ba Compare September 26, 2024 07:30
@louptheron louptheron merged commit 79b19fb into main Sep 26, 2024
22 checks passed
@louptheron louptheron deleted the loup/fix-pointer-events-on-select branch September 26, 2024 07:37
@ivangabriele
Copy link
Member

🎉 This PR is included in version 23.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants