yassinmars

Results 7 comments of yassinmars

Thank you for your response and guidance @mj12albert - yes absolutely i would like to investigate the issue further, i have already located the code for the playground and I'm...

@mj12albert, I believe I've identified potential areas that could be causing the twitching issue with the Slider component. Here are my key observations: -State Management in handleChangeShade: This function updates...

@mj12albert, I've implemented several optimizations based on the initial observation to address the issue. Here are the changes and the solutions i came up with: 1. Optimized State Management in...

Hello, I followed the steps listed to reproduce the issue with the Switch component using MUI v.5.15.13 and v.5.15.15. Environment: Chrome browser MUI version tested: 5.15.13 and 5.15.15 Steps Reproduced:...

To address the visibility issue of the selected option in the AutoComplete component upon focus, I propose a direct adjustment to the component's handling of input focus to ensure the...

it appears that the issue arises because both header rows are using `position: sticky` with the same `top: 0` value, causing them to overlap when scrolling. To fix this maybe...

I verified the accessibility issue with the "Checkmarks" select variant using Axe DevTools. It flags the nested interactive controls which isn't compliant with accessibility standards. my proposed solution is to...