ml-opensource / admin-panel-template-reactjs

25 stars 10 forks source link

Feature/debounced input #72

Closed themitvp closed 3 years ago

themitvp commented 3 years ago

Debounce input

What are you adding?

A component that allows us to debounce the onChange on an input. It was specifically made to solve the scenario of debouncing a text field in the PageFilter.

Breaking changes?

No

Related PR