input binds to store

This commit is contained in:
Michael Shanks 2020-08-07 12:00:52 +01:00
parent 25bb78156a
commit bd01717190
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
const onchange = ev => {
if (_bb) {
_bb.setStateFromBinding(_bb.props.value, ev.target.value)
_bb.setBinding("value", ev.target.value)
}
}
</script>