Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement editable md-select for user's custom value?

There is a <md-select> control in Angular Material library. It only allows to select option from list. But what if I want to allow to user to write own value in this field? So I want editable md-select that allows to choose value from list or to write own value. Is it possible?

like image 317
splash27 Avatar asked Apr 06 '16 11:04

splash27


1 Answers

Use <md-autocomplete> instead. See the demo.

like image 132
Lukasz Wiktor Avatar answered Sep 22 '22 15:09

Lukasz Wiktor