Skip to content

Add on_change argument

Compare
Choose a tag to compare
@blackary blackary released this 08 Sep 14:22
· 63 commits to main since this release
5b5cd3c

Add optional on_change argument which allows you to pass a function which runs when the value changes. Respects the debounce argument, so it only runs after the debounce time has elapsed (if there is a debounce value).