Rendering a hierarchy of “OPTION”s in a “SELECT” tag

后端 未结 7 1901
庸人自扰
庸人自扰 2020-12-03 05:13

My problem is HTML and CSS related. I have a hierarchy type structure that I want to display inside a list. The hierarchy contains Countries, States and Cities (it is three

7条回答
  •  死守一世寂寞
    2020-12-03 05:44

    Prepending Non breaking space ( ) did not work for me.

    I prepended the following:

    String.fromCharCode(8194);

提交回复
热议问题