PolymerElements / iron-input

An input with data binding
https://webcomponents.org/element/PolymerElements/iron-input
33 stars 45 forks source link

Fixes #105 #106

Open iainjreid opened 7 years ago

iainjreid commented 7 years ago

This adds an optional 'debounceUpdate' parameter to the element to reduce spammy updates from the User in cases where a delayed update would be preferable.

xscheiner commented 7 years ago

👍