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

bug(Combobox): fix element height with description #1977

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

ansmonjol
Copy link
Collaborator

Fixes the Combobox element height if it contains a description.

Note: I'm tired of those shenanigans and random calculation values there and in the multiple combobox. I think we should (i) upgrade MUI to v6, (ii) negociate to have a combobox looking like the MUI doc with design, (iii) remove all our custom implementation to get something simpler that works without all this magic and the world would be much safer place.

Fixes ISSUE-619

@ansmonjol ansmonjol added the 🐞 bug Something isn't working label Jan 8, 2025
@ansmonjol ansmonjol self-assigned this Jan 8, 2025
Copy link
Collaborator

@stephenlago99 stephenlago99 left a comment

Choose a reason for hiding this comment

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

Looks good, (i) sounds good, especially if it would enable us to get rid of some custom stuff.

@ansmonjol ansmonjol enabled auto-merge (rebase) January 8, 2025 14:54
@ansmonjol
Copy link
Collaborator Author

Looks good, (i) sounds good, especially if it would enable us to get rid of some custom stuff.

Yeah it appear they changed their API on v6 also removed some very custom ways to implement and are more into overriding their style. Which is pretty handy as we want to benefit some of their internal logic such as item height calculation 😅
Will empty out backlog and try to upgrade.

@ansmonjol ansmonjol merged commit 3d13289 into main Jan 8, 2025
4 checks passed
@ansmonjol ansmonjol deleted the combobox-height-shinanigans branch January 8, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants