HTML5 type=range - showing label

后端 未结 7 2077
心在旅途
心在旅途 2021-02-12 13:25

Is there a way I can also set some label text for each steps in the HTML5 type=range control. Basically I have a range control

7条回答
  •  不知归路
    2021-02-12 13:50

    FWIW the standard (HTML 5.1, HTML Living Standard), specifies a label attribute for options when using a datalist. Sample code here.

    This isn't implemented by any browser yet.

提交回复
热议问题