ant-design/components/form
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 Fix form demo error in IE9 2018-04-18 14:08:06 +08:00
style fix 10445 (#10457) 2018-05-10 21:48:11 +08:00
constants.tsx fix: upgrade rc-form and refactor to be compatible with react@16 2017-10-31 01:33:56 -05:00
Form.tsx Improved Form component typings (#10564) 2018-05-17 23:45:13 +08:00
FormItem.tsx fix 10445 (#10457) 2018-05-10 21:48:11 +08:00
index.en-US.md fix(form): fix typing for Form.onValuesChange (#10231) 2018-04-24 23:33:58 +08:00
index.tsx export components interface (#7654) 2017-09-25 22:14:49 +08:00
index.zh-CN.md fix(form): fix typing for Form.onValuesChange (#10231) 2018-04-24 23:33:58 +08:00