mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(): add note on form bindings with debounce (#22409)
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user