Skip to content
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

Material Select on Dialog (Modal) not show correctly (z-index) #4109

Closed
alvarogardev opened this issue Jan 17, 2017 · 4 comments
Closed

Material Select on Dialog (Modal) not show correctly (z-index) #4109

alvarogardev opened this issue Jan 17, 2017 · 4 comments

Comments

@alvarogardev
Copy link

Hi, i have a modal with a material select but this not show correctly. ¿what happen?

error_modal

Thanks

@developeranirudhprabhu
Copy link
Contributor

@WebDoin Can you provide a codepen for this?

@AustP
Copy link

AustP commented Jan 27, 2017

@developeranirudhprabhu This also happens with date picker inputs inside the modal. Here is some HTML that you can see this on:

<div id="add_action" class="modal bottom-sheet open" style="z-index: 1003; display: block; opacity: 1; bottom: 0px;">
    <div class="modal-content">
        <h4>Add Action</h4>
        <p>Please select an action.</p>
        <div class="input-field">
            <div class="select-wrapper"><span class="caret">▼</span><input type="text" class="select-dropdown" readonly="true" data-activates="select-options-9a35ecf4-a7b0-3832-f21c-9bd40ef064ba" value="(Select One)"><ul id="select-options-9a35ecf4-a7b0-3832-f21c-9bd40ef064ba" class="dropdown-content select-dropdown" style="width: 1872px; position: absolute; top: -305px; left: 0px; opacity: 1; display: none;"><li class=""><span>(Select One)</span></li><li class=""><span>Inquiry</span></li><li class=""><span>Contacted</span></li><li class=""><span>Tour</span></li><li class=""><span>Home Visit</span></li><li class=""><span>Facility Visit</span></li><li class=""><span>Other</span></li></ul><select id="id_add_action" class="initialized" name="add_action"><option value="">(Select One)</option><option value="1">Inquiry</option><option value="2">Contacted</option><option value="3">Tour</option><option value="4">Home Visit</option><option value="5">Facility Visit</option><option value="6">Other</option></select></div>
            <label for="id_add_action">Action</label>
        </div>
    </div>
    <div class="modal-footer">
        <a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Add</a>
    </div>
</div>

@Dogfalo
Copy link
Owner

Dogfalo commented Feb 12, 2017

search closed issues

@Dogfalo Dogfalo closed this as completed Feb 12, 2017
@AustP
Copy link

AustP commented Feb 14, 2017

@Dogfalo when there is no progress on issues, you tend to get duplicates. Linking similar issues can help the situation.

#3894

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants