-
Hi,
The OnTextInput is a simple task
And this is what I have tries so far with fluent. They all perform the same with the lag
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Why not use
Btw, I'm not seeing significant delays with any of the inputs but I don't know any details about how your code is running and rendering (server, wasm, SSR) |
Beta Was this translation helpful? Give feedback.
After digging, I have found the issue on our side. Some condition triggered unnecessary re-rendering of the parent component which then caused the FluentTextField to fully re-render which caused said lag