Skip to content

Commit

Permalink
fix(components): 暂时去除了h5中input的focus能力, fix NervJS#5393 NervJS#4991
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallmexiaoli authored and jiangzm committed Dec 7, 2020
1 parent 004eeed commit 1badde3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/taro-components/src/components/input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class Input extends Nerv.Component {
<input
ref={input => {
this.inputRef = input
input && focus && input.focus()
}}
{...otherProps}
className={cls}
Expand Down

0 comments on commit 1badde3

Please sign in to comment.