Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

bug(autocomplete): when inside a toolbar, the dropdown is hidden #1670

Closed
robertmesserle opened this issue Feb 25, 2015 · 5 comments
Closed
Assignees
Milestone

Comments

@robertmesserle
Copy link
Contributor

No description provided.

@robertmesserle robertmesserle self-assigned this Feb 25, 2015
@robertmesserle robertmesserle added this to the 0.9.0 milestone Feb 25, 2015
@david-gang
Copy link
Contributor

@robertmesserle: This is great. So no need to play with the z index and overflow anymore 👍

@vitorlopez
Copy link

+1
Please fix this.

@robertmesserle
Copy link
Contributor Author

@vlopez5 @david-gang Are either of you able to recreate this bug in any specific way? Simply putting the autocomplete inside a toolbar does not cause any issues.

@luizstacio
Copy link

<md-toolbar layout="row" layout-align="center center">
    <md-autocomplete
        flex="100"
        ng-init="items = [{ text: 'a' },{ text: 'b' },{ text: 'c' },{ text: 'd' }]"
        md-search-text="ctrl.searchText"
        md-items="item in items"
        md-item-text="item.text"
    >
        <span flex="">{{item.text}}</span>
    </md-autocomplete>
</md-toolbar>
<md-toolbar layout="row" layout-align="center center" layout-padding>
    <div flex="100">
        <span>HOME</span>
    </div>
</md-toolbar>

@robertmesserle
Copy link
Contributor Author

@luizstacio @vlopez5 This should be fixed in master, can you please confirm?

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

No branches or pull requests

4 participants