Angular select with images

后端 未结 5 1348
佛祖请我去吃肉
佛祖请我去吃肉 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:11

    The Answer:

    Its simply not possible.

    The permitted content of a tag is Text with eventually escaped characters (like é). HTML isnt allowed.

    See the docs for more information.

    The solution:

    Make a custom Dropdown with CSS and HTML.

提交回复
热议问题