Austin Snoeyink
Austin Snoeyink
Would fix #927. When using forms in the frontend, it's often useful for the "null" value of the form field to be an empty string, as HTML Input elements don't...
UserEvent v14 introduced a couple of breaking changes that have broken compatibility with this library. * All userEvents now return promises that must be awaited/resolved * The "{space}" key code...
**Describe the bug** I am not able to disable animations using the `zoomAnimation.disabled` prop to `TransitionWrapper`. Instead, I have to pass `0` as the animation time argument to the `zoomIn`...