Commit Graph

5 Commits

Author SHA1 Message Date
Aarni Koskela
76f9898c2e [react-numeric-input] Bump to 2.2.3 features 2018-08-30 13:24:45 +03:00
Aarni Koskela
30b5b642f9 [react-numeric-input] Fix up typing:
* No longer inherit from deprecated React.Props
* Derive from React.InputHTMLAttributes<HTMLInputElement> to avoid duplication
* Fix min/max/precision/step props
* Fix the type of the "numeric value" state; it can be `null`
* Clean out `any`s
* Expose the internal state (as used by function props)
2018-08-30 12:42:21 +03:00
Ferdy Budhidharma
bc0c933415 feat(react-dependents): update to TS 2.8 (part 2 of 2) (#27744)
* feat(react-dependents): update to ts 2.8

* fix version mismatches

* remove package.json

* post merge updates

* add package.json back again
2018-08-06 06:28:42 +01:00
Forbes Lindesay
8f8f6c4392 [react] Use HTMLDialogElement for the dialog node (#23053)
* [react] Use HTMLDialogElement for the dialog node

* Actually add the `open` property

* This update requires typescript 2.6

* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Heather Booker
90ee6baac4 Add types for react-numeric-input (#21151) 2017-11-03 08:04:12 -07:00