Added tests

This commit is contained in:
Paito Anderson
2018-05-22 14:14:16 -04:00
parent 842c88286c
commit 1aec142aa4

View File

@@ -24,6 +24,8 @@ class BasicExample extends React.Component {
labelKey="name"
multiple={multiple}
options={options}
maxHeight='300px'
onInputChange={(value, e) => {}}
placeholder="Choose a state..."
/>
</div>