#### 新增

- 新增`disabled`配置, 可以禁用多选
- 新增`create`配置, 可以创建条目, 具体见 [创建条目](https://maplemei.gitee.io/xm-select/#/example/XM27)
- 方法`warning`新增参数`sustain`, 可以配置是否持续显示
- 新增全局`get`方法, 可以获取多选渲染后的对象
- 新增全局`batch`方法, 可以批量给渲染后的多选执行方法

#### Bug fixes

- 修复`update`方法, 会使已选中数据丢失的问题
- 修复`Safari`浏览器下, 搜索框无法聚焦的问题
This commit is contained in:
maplemei
2019-10-23 14:48:04 +08:00
parent 6d23654a43
commit 20e535ac90
24 changed files with 529 additions and 34 deletions

View File

@@ -177,6 +177,7 @@ button, input, select, textarea {
vertical-align: top;
display: inline-block;
width: 300px;
margin-bottom: 10px;
}
.xm-select-size{
vertical-align: top;
@@ -204,6 +205,7 @@ button, input, select, textarea {
vertical-align: top;
margin-left: 10px;
margin-bottom: 10px;
&:hover{
opacity: .8;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB