Allow manually entered text in ui-select

后端 未结 5 576
北海茫月
北海茫月 2020-12-05 13:24

I am using a select box from ui-select. All is working fine, but I want to allow manually entered text and do not want to restrict the user from the values available in the

5条回答
  •  一整个雨季
    2020-12-05 13:57

    I've forked the ui-select project to allow this functionality through the allow-free-text attribute

    
        {{$select.selected}}
        
          

    Here is the plnker

    Until my pull request is accepted by the angular-ui team, you can get the ui-select build that includes my patch on my own repo

提交回复
热议问题