I need a combobox for project but I need it to have same design on md-input+md-select combined
BUMP
BUMP
BUMP
BUMP
BUMP
Take a look at md-autocomplete. You should be able to accomplish what you're looking for.
it doesnt have a dropdown button, and md-autocomplete also has an issue where the dropdown items block the input section when used with "md-floating-label"
http://i.stack.imgur.com/fjj3u.png
Nevermind..as a last resort I needed to add a custom CSS for the dropdown.
.md-autocomplete-suggestions-container{
margin-top: 2em;
width:auto;
}