From 0074be4cf5ed6409842d115ca9dbe63e44d699a5 Mon Sep 17 00:00:00 2001 From: Jim McCarthy Date: Wed, 13 Jan 2016 11:26:37 -0500 Subject: [PATCH] Updated type file to include support for Async dropdowns. Added tests. --- react-select/react-select-tests.ts | 0 react-select/react-select-tests.tsx | 29 ++++++++++++++++++++++ react-select/react-select.d.ts | 37 +++++++++++++++++++---------- 3 files changed, 54 insertions(+), 12 deletions(-) delete mode 100644 react-select/react-select-tests.ts create mode 100644 react-select/react-select-tests.tsx diff --git a/react-select/react-select-tests.ts b/react-select/react-select-tests.ts deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/react-select/react-select-tests.tsx b/react-select/react-select-tests.tsx new file mode 100644 index 0000000000..024761fe87 --- /dev/null +++ b/react-select/react-select-tests.tsx @@ -0,0 +1,29 @@ + +/// +/// +/// + +import * as React from "react" +import * as ReactDOM from "react-dom" + +import Select from "react-select" + +class SelectTest extends React.Component, {}> { + + render() { + return
+