New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Input] NbInput - debounce #673
Comments
|
Could you elaborate why? |
|
Hi @Prefix1802, I mean, this is a really common use case when you need to add debouncing on your inputs: search, filter, maybe error handling, whatever. And if input itself can't debounce its events you have to write rxjs every time you need debouncing. |
|
I understand now. You said property ;), so we can use it as a parameter. +1 |
|
How would you like to use the debounce property? My thought would be a I am trying my hand at contributing to awesome angular projects and I really fancy nebular and ngx-admin. |
Agree, and then use the debounce value to pipe the output such as on value change event. @Tibing , Is this issue still open? I am interested to work on it? |
|
and then provide a rxjs stream by |
|
I would like to work on this feature request. I am just starting off to contributing on open source projects on GitHub. My Proposal:
Please let me know if this is feasible. |
Issue type
I'm submitting a ... (check one with "x")
I think we have to add debounce property to the nbInput directive.
The text was updated successfully, but these errors were encountered: