Why is there no onchange for `<Input>` in Ant design
问题 I know I must be missing something very simple but why is there no onChange for <Input> tag of Ant design ? I would like the update the value of an input. I assumed there was something like an onChange , since I was able to use onChange with DatePicker and handleChange DropDown ; but I guess I assumed wrong When I looked at the docs, there is a onPressEnter callback, but that is not really going to help me. I tried the following: <Input placeholder="Flight name" size="large" value={this.state