Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[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.