This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngModelOptions debounce state #13200
Open
Description
I can't seem to find a way to update my view according to the debounce state (displaying a loading icon next to a text input that displays when the user starts to type and disappears when the debounce is done waiting).
it wouls make sense to me if, like ngModel.$pending
, there could be a bool set on ngModel
. Something like ngModel.$debouncing
.