Jayesh_11

Results 5 comments of Jayesh_11

Hi @ggdaltoso I've added the fix for this issue based on tailwind docs, and tested in the repo mentioned [here](https://github.com/React95/React95/issues/477#issuecomment-2509802431) Please take a look https://github.com/React95/React95/pull/497

Hi @simon-thuresson-md this might help I believe the issue is using `Modal` with transform, instead this workaround for webkit ``` '-webkit-transform': 'translate2d(-50%, -50%)' ``` or ``` '-webkit-transform' : 'translate3d(-50%, -50%,...

@simon-thuresson-md maybe I am missing something but just using stack with outlined textfield seems to be working fine hence ruling out isolated Stack component maybe -> correct me if am...

Thanks for quick response! yes that minor issue is visible in safari but because of [this](https://github.com/mui/material-ui/issues/46891#issuecomment-3268651356) comment I was not addressing that issue --- was more working towards fixing this...

Hi @ljharb RCA - the issue was that the `arrayLimit` with `throwOnLimitExceeded ` should work with `allowSparse` but it does not work since the index is greater than the array...