Convert dropdown to selection boxes with color and trigger drop down action

后端 未结 5 1701
面向向阳花
面向向阳花 2020-11-30 15:50

Please help to convert this drop down to selection box with color like white box, black box etc [not check box] .

So that page is loading , instead of showi

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 16:24

    Use HTML5 input with type="color", here is example:

    In options list you can specify list of colors that you want to see.

     

提交回复
热议问题