TamirCode

Results 18 comments of TamirCode

related https://github.com/jaredpalmer/formik/issues/1421 https://github.com/jaredpalmer/formik/issues/2909

This is because html vanilla forms check keyDown instead of checking for a full click / keyUp

I have tried all of these and many others too, it seems I am out of luck. The last one you linked does plan on adding this in the future...

> > Is there an option to control column order with props, same way as I control the attributes mentioned above? > > Not really, but controlled column ordering might...

I have an issue when using LightGallery's carousel component along with MUI Dialogs on the same page, opening the MUI dialog causes scroll to jump to bottom of page When...

> @TamirCode, please open a new issue and provide a reproduction. it seems to be an issue with lightgallery package rather than mui, my mistake. thanks

> why do the sort and filter have to be in the `initialState`? this can be done using `apiRef.current.setFilterModel` and `apiRef.current.setSortModel`. > > ```js > React.useEffect(() => { > if...

> Hey @zomars > > I think it would be great if the author managed this again, because somebody stepping up and managing it won't last for long; it's just...

> @TamirCode https://github.com/chrishoermann/zod-prisma-types#extending-zod-fields it takes a couple of seconds to check the readme, its well written, it's a different syntax but should be practically the same you're linking a different...