Disable multi select?

后端 未结 6 1928
栀梦
栀梦 2021-01-18 08:27

Is there a way to disable multi select?

6条回答
  •  广开言路
    2021-01-18 08:38

    with this code you can disable multiselect:

    document.getElementById('mySelectBox').removeAttribute("multiple");;
    

    ... of a selectbox like this:

    
    

    (not tested)

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题