Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 1460b31

Browse files
committed
Persisting event for debouncing. Fixes #690
1 parent c61c2b5 commit 1460b31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/control-component.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ function createControlClass(s = defaultStrategy) {
423423
}
424424

425425
handleChange(event) {
426+
if (event && event.persist) event.persist();
427+
426428
this.setViewValue(getValue(event));
427429
this.handleUpdate(event);
428430
}

0 commit comments

Comments
 (0)