docs(): add note on form bindings with debounce (#22409)

This commit is contained in:
Liam DeBeasi
2020-11-02 09:26:42 -05:00
committed by GitHub
parent 04161c9512
commit 27191026ef
9 changed files with 16 additions and 15 deletions

View File

@ -50,6 +50,7 @@ export class Range implements ComponentInterface {
/**
* How long, in milliseconds, to wait to trigger the
* `ionChange` event after each change in the range value.
* This also impacts form bindings such as `ngModel` or `v-model`.
*/
@Prop() debounce = 0;