vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Auto insert in MdChips after focusout #2189

Closed HtmlMak closed 4 years ago

HtmlMak commented 4 years ago

Modify only MdChips component

The function of automatically adding a chip is implemented if focus is lost. Reason for adding: users often forgot to press enter, just submitted the form. Consequently, the data was lost. There is no programmatic way to get user input, so I added a new option

Thanks