You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's appropriate to leave a question here.
I'm using the auto-completion function of the blazer bootstrap. (packages\blazor.bootstrap\3.3.1\lib\n)et8.0\BlazorBootstrap.dll)
When using non-English speaking characters with the auto-completion function, there is a problem that the key is repeatedly entered.
If a character corresponding to ABCD is inputted, ABBCCD is inputted.
(to korean '가나다라' => '가나나다다라')
Looking for the problem, I think it's because stateHasChange() is frequently called.
I want to know if there is a separate solution.
If not, I think I need to find and put the automatic completion function separately.
thanks.
(It was confirmed that it worked well when inputted slowly one letter at a time.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if it's appropriate to leave a question here.
I'm using the auto-completion function of the blazer bootstrap. (packages\blazor.bootstrap\3.3.1\lib\n)et8.0\BlazorBootstrap.dll)
When using non-English speaking characters with the auto-completion function, there is a problem that the key is repeatedly entered.
If a character corresponding to ABCD is inputted, ABBCCD is inputted.
(to korean '가나다라' => '가나나다다라')
Looking for the problem, I think it's because stateHasChange() is frequently called.
I want to know if there is a separate solution.
If not, I think I need to find and put the automatic completion function separately.
thanks.
(It was confirmed that it worked well when inputted slowly one letter at a time.)
Beta Was this translation helpful? Give feedback.
All reactions