Angular select with images

后端 未结 5 1316
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-15 13:44

THE SITUATION:

I need to insert flags inside the language select. I have searched in Google and StackOverflow but the solutions founded are not work

5条回答
  •  不知归路
    2021-01-15 14:17

    As other answers you can not use to add an image, however you can use angular module ui-select to achieve what you want to do.

    Here is a demo with ui-select with your data.

    Clean up the code and get what you need.

    If you're not interested in search box override the CSS as,

     .select2-search {
          display: none;
     }
    

    DEMO

提交回复
热议问题