We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0f7ab commit ad428f8Copy full SHA for ad428f8
src/index.d.ts
@@ -66,3 +66,5 @@ interface AutocompleteDropdownProps {
66
}
67
68
export const AutocompleteDropdown: FC<AutocompleteDropdownProps>
69
+
70
+export const AutocompleteDropdownContextProvider: FC<any>
src/index.js
@@ -421,8 +421,7 @@ AutocompleteDropdown.propTypes = {
421
422
const styles = ScaledSheet.create({
423
container: {
424
- marginVertical: 2,
425
- flex: 1
+ marginVertical: 2
426
},
427
inputContainerStyle: {
428
display: 'flex',
0 commit comments