美文网首页
2018-08-09

2018-08-09

作者: _请输入昵称 | 来源:发表于2018-08-15 14:31 被阅读0次

select2 清空 删除 出现右边x按钮方法

```

select2({

    allowClear: true,

})

```

select2 默认选中 items

< form:select path="hostType" id="hostType" emptyOption="true" >

<form:options items="${fns:getDictList('dsx_host_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>

</form:select>

相关文章

网友评论

      本文标题:2018-08-09

      本文链接:https://www.haomeiwen.com/subject/gjvcbftx.html