-
Notifications
You must be signed in to change notification settings - Fork 475
ModalDropdown not visible #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK |
amirulabu
pushed a commit
to vase/react-native-modal-dropdown
that referenced
this issue
Jul 22, 2019
* Expose accessible prop on dropdown modal * v0.4.2 ### v0.4.2 - Add `animated` option. - Add `showsVerticalScrollIndicator` option * Update README * Update demo to RN 0.42.3 * add ability to style dropdown text * Fixed Dropdown height for small lists By using a fixed `height` for the Dropdown module, you get an ugly list when the number of items is small, since the end of the list is empty. By changing it to `height` to `maxHeight`, RN can easily reduce the size if the list is too small. * Revert "Fixed Dropdown height for small lists" * Fix TouchableWithNativeFeedback should be TouchableNativeFeedback * Make example use local component. * Update readme for v0.4.3 * Update README.md * bump version 0.4.3 * expose keyboardShouldPersistTaps prop on dropdown (ListView) * bump version * Update README * Fix prop to support prehistoric RN version * compatibility with react-native 0.46+ * add commonjs export * Fix sohobloo#84 * bump version. * Update README.md * Control scrolling (ListView) * Update README.md * feat: renderButtonText prop. * Moved renderButtonText Function to componentWillRecieveProps * Revert "Possible Fix for renderButtonText Not Working" * fix: renderButtonText not work on select(idx) * chore: optimize code. * bump version and update readme * update example to latest rn * Document signature for `renderRow()` prop * fix: button display [Object Object] after setState on select. * chore: update readme * chore: bump version * migrate ListView FlatList * clean up code Change default value of scrollEnabled remove _renderSeparator function * FInalize FlatList Migration added back several prop from scrollview remove renderSeperator * Add renderSepearator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running iOS 10.3 on iPhone 7 device and iPhone 7 simulator. When rendering the ModalDropdown it is not visible.
I have managed to fix this issue by editing your ModalDropdown.js code and adding
visible={true}
prop in _renderModal().Would it be possible for you to make this addition to your code?
The text was updated successfully, but these errors were encountered: