fix: textbox behaviour in fluentsearch in when searching text #2454
Unanswered
supriya1586
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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