v5.0.2
- #42 removes
change
event listener, so auto-check now only happens oninput
events. This means if your app was previously programmatically changing input value and firingchange
event to trigger an auto-check call, you'd need to update the code to fireinput
instead.