Bootstrap select dropdown list placeholder

前端 未结 19 1297
谎友^
谎友^ 2021-01-29 22:39

I am trying to make a dropdown list that contains a placeholder. It doesn\'t seem to support placeholder=\"stuff\" as other forms do. Is there a different way to ob

19条回答
  •  盖世英雄少女心
    2021-01-29 23:34

    Using bootstrap, if you need to also add some values to the option to use for filters or other stuff you can simply add the class "bs-title-option" to the option that you want as a placeholder:

    
    

    Bootstrap adds this class to the title attribute.

提交回复
热议问题