fix: textbox behaviour in fluentsearch in when searching text #2454
Unanswered
supriya1586
asked this question in
Q&A
Replies: 1 comment
-
Hi I think I run into the same issue with you. I use FluentSearch with Interactive with debounce and displayed the result to FluentDataGrid, it doesn't work properly. For example, when I type fast, some of the inputs disappear then reappear. But when I switch to FluentSearch with Interactive (without debounce), it works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for Search interactive in fluent search.. search functionality works fine. But search textbox doesnt work properly. when typed faster it eats up letter or behaves in any strage way possible.
the problem if i add breakpoints and debug method i.e. also when i typed very slow.. everything works fine.
Can anyone help please?
i also tried adding debounce
below is my code
also , especially when textfield is bound by a object property.. textbox behaviour is similarly strange
@foreach (var activity in activities)
{
Beta Was this translation helpful? Give feedback.
All reactions