react-native-autosuggest icon indicating copy to clipboard operation
react-native-autosuggest copied to clipboard

Add prop for setting a fixed height for the dropdown

Open davidsharp opened this issue 7 years ago • 1 comments

Using this we can restrict the height of the dropdown box, without setting a fixed height for component as a whole, meaning we can both render over components below, but also limit the ListView to be scrollable.

(Exists off the back of my previous PR #4)

davidsharp avatar Nov 01 '17 13:11 davidsharp

Hey, would you be able to break this 'fixed height for the dropdown' feature into a separate PR (one that is distinct from the searchable ID feature?).

If not, you can close this PR and I can implement this feature by myself.

silesky avatar Dec 24 '17 06:12 silesky