ant-design/components/input
Walter Barbagallo 963120f702 Improved Form component typings (#10564)
* Improved Form component typings

With this fix you can use HTMLFormElement attributes on Form component
without getting TypeScript errors.

For example this code does not longer produce error for the additional
`autoComplete` prop:

```
const myForm = (
  <Form autoComplete="off">
    ...
  </Form>
)
```

* Fix onBlur / onChange typings with Input component

This improvement fix a typing issue incompatibility with
`react-final-form`
The incompatibility involve [this
line](https://github.com/final-form/react-final-form/blob/v3.4.2/src/index.d.ts#L20)
where the handler argument is a more specific SyntheticEvent
2018-05-17 23:45:13 +08:00
..
__tests__ chore: upgrade menu (#10305) 2018-04-29 23:01:58 +08:00
demo Update input group demo (#9482) 2018-03-02 15:26:05 +08:00
style add the border-right-width to fix the Input.Group component covered box-shadow effect (#10492) 2018-05-14 17:11:11 +08:00
calculateNodeHeight.tsx fix(TextArea): calculateNodeHeight (#9107) (#9108) 2018-02-04 02:18:20 -06:00
Group.tsx Remove allowSyntheticDefaultImports (#8218) 2017-11-17 14:38:54 +08:00
index.en-US.md Remove deprecations (#8351) 2017-11-30 09:53:32 +08:00
index.tsx export components interface (#7654) 2017-09-25 22:14:49 +08:00
index.zh-CN.md Remove deprecations (#8351) 2017-11-30 09:53:32 +08:00
Input.tsx Improved Form component typings (#10564) 2018-05-17 23:45:13 +08:00
Search.tsx Input.Search should disable enter button when disabled prop is true (#10051) 2018-04-15 13:14:26 +08:00
TextArea.tsx Fix implicit any error for Input 2017-11-21 20:38:30 +08:00