Select appears under Modal
See original GitHub issueIssue type
I’m submitting a … (check one with “x”)
- [X ] bug report
- feature request
Issue description
Current behavior:
I added a basic Select inside a modal from react-native-modal
and when selecting the drop down to show the items nothing appears (symbol turns). If I then close my dialog I can see the select options on the page.
Expected behavior: The select should render on top of the modal. Other input fields do from ui-kitten
Steps to reproduce:
Add the following select inside a <Modal></Modal>
<Select
data={[{text: 'male'}, {text: 'female'}, {text: 'other'}]}
selectedOption={gender}
onSelect={val => console.log(val)}
tyle={styles.select}
/>
Related code:
insert short code snippets here
Other information:
OS, device, package version
UI Kitten 4.2.0
RN 0.61.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
How to Solve Option Select appeared behind modal using ...
I was making form on modal using bootstrap, and why when i used select tag and it's appeared in behind model? like this,...
Read more >mdbootstrap Select Option list appear at back on modal form
Problem. i showing modal form with select component. i get option list from service.When 1st click to show the modal form, select component...
Read more >Bootstrap Modal Dialog showing under Modal Background
The easiest solution is to move the modal dialog outside of any container and just declare it under the <body> element, or -...
Read more >Angular Material Select wont open on modal - Experts Exchange
I have a modal form with a Angular Material dropdown select control that doesnt show the options if i place it on a...
Read more >Common problems
Select2 does not function properly when I use it inside a Bootstrap modal. ... This issue occurs because Bootstrap modals tend to steal...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I fixed wrapping ModalPanel with React Native Modal
example:
Hi @andrewanderson58 👋 Thanks for report. Can you please share the related code when using Modal? Btw, UI Kitten uses its own Modal implementation, which Select also relies on. Please try using our implementation of Modal and see if it is reproduced.