input binds to store

This commit is contained in:
Michael Shanks 2020-08-07 12:00:52 +01:00
parent ae734970a6
commit db5d7452da
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>