vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

I want to change the input event because I can't input it quickly in the filter used by Grid #580

Open nanenchanga53 opened 6 months ago

nanenchanga53 commented 6 months ago

Describe the bug A clear and concise description of what the bug is. I can't input it quickly in the filter used by Grid and korean typing

To Reproduce Steps to reproduce the behavior:

  1. Insert Text for Grid Input Control
  2. I want to write "Alice" fast typing , but I can't

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

https://github.com/vikramlearning/blazorbootstrap/assets/39551265/6ee9c0c7-2f7d-4d05-aa09-07aa674a841a

Versions (please complete the following information):

GitHub repo GitHub repo with minimal code to reproduce the issue.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Is it possible to change the input control by overriding it? If you just input, you can write something else, but I want to change Grid's filtering.

gvreddy04 commented 6 months ago

@nanenchanga53 What is your network speed?

nanenchanga53 commented 6 months ago

If you can tell me how to measure the speed, I will do it. But I don't think that's the problem. It seems that there is a need for a delay in the event at the time of input

gvreddy04 commented 6 months ago

@nanenchanga53 I was able to replicate the issue, if I change the network speed to Slow 3G in the browser's network tab.

gvreddy04 commented 6 months ago

If you can tell me how to measure the speed, I will do it.

Use any speed testing tool, you can try https://fast.com/. Knowing your internet speed will help us to test the filters thoroughly.

nanenchanga53 commented 6 months ago

My company must have network limitations. Is there a way to fix this?

image

gvreddy04 commented 6 months ago

@nanenchanga53 We will investigate, fix, and test the filters, specifically under low network speed conditions.

nanenchanga53 commented 6 months ago

image

nanenchanga53 commented 6 months ago

And first of all, I want to change the event and use it, what should I do?