Misbah Khalil
Misbah Khalil
I've resolved the problem, it lags when UI updates while scrolling, disabling all mouse event during scroll will surely resolve the problem.
Mr. @StephenWeiXu, it is requested to kindly support `disable mouse events during scroll` option in this library. It'll resolve all lagging issues made due UI updates during scroll like too...
This worked for me: ```ts const { onChange, ...phoneInputProps } = register("phone", { required: true, }); ``` ``` jsx setValue("phone", e)} inputProps={phoneInputProps} /> ```
Hi everyone, Here is a Typescript-based example app I developed in my free time. This might help someone to get a quick idea. [Frontend](https://github.com/misbahkhalilaz/chat-room-web) [Backend](https://github.com/misbahkhalilaz/chat-room-api)
> Will you be able to put forward the example to the PR? Sure, I'll open PR soon.
> I'm seeing the same issue. Did you overcome it in the end? Didn't find any solution yet unfortunately.