CreativeIT / getmdl-select

Select for material-design-lite
http://creativeit.github.io/getmdl-select/
MIT License
301 stars 87 forks source link

getmdl-select with a textfield in one line? #42

Closed sc30 closed 7 years ago

sc30 commented 8 years ago

I would like to do add getmdl-select with a textfield in one line, something like this:

The way that I wanted

The textfield New York, getmdl-select NY and textfield Postcode in one line.

Sorry I am new to this, so any help would be appreciated. Thanks

sc30 commented 8 years ago

I could change width to 50% from class .mdl-textfield__input, but the drop down effect still display the normal width

JeckPikachan commented 7 years ago

There is no problem to do this. You just put your elements one by one. Like this for instance: image

JeckPikachan commented 7 years ago

I could change width to 50% from class .mdl-textfield__input, but the drop down effect still display the normal width

It's better to change width of containing div (.mdl-textfield or .getmdl-select)