Skip to content

Commit

Permalink
fix(components): 修复联想词无法触发 onInput (close #4677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjinjin0731 authored Nov 19, 2019
1 parent a656499 commit a39a4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-components/src/components/input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class Input extends Nerv.Component {

if (e.type === 'compositionend') {
this.isOnComposition = false
this.onInputExcuted = false
this.onInput(e)
} else {
this.isOnComposition = true
Expand Down

0 comments on commit a39a4ee

Please sign in to comment.