We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829595e commit 9866976Copy full SHA for 9866976
packages/taro-ui-docs/markdown/form.md
@@ -60,7 +60,7 @@ export default class Index extends Taro.Component {
60
type='text'
61
placeholder='单行文本'
62
value={this.state.value}
63
- onChange={this.handleChange.bind(this, 'value')}
+ onChange={this.handleChange.bind(this)}
64
/>
65
<AtButton formType='submit'>提交</AtButton>
66
<AtButton formType='reset'>重置</AtButton>
0 commit comments