-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select 支持搜索多选的问题 #590
Comments
好像跟这个重复了? #307 |
几个问题:
@xiaodemen @599316527 @feibinyang 你们觉得呢? |
处理高亮也要知道匹配的 offset,所以默认的 match 方法是满足要求的(匹配永远成功并标记上offset)?只要 input 时候更新数据源,加个 loading 状态? |
我觉得 Select 能做的就是把 value 是对象的逻辑做好,比如支持 |
有个情况是: |
这种我感觉组件里确实不用做,只要提供 |
这一步不存在吧,这个时候应该没有 |
有个场景目前没满足,就是带有搜索功能(关键词提交给服务器搜索),然后支持多选。效果图如下(先忽略样式):
要支持这个功能,
Select
组件缺少两个功能,如下:没有
$emit('input')
事件到外部,触发不了根据关键词搜索请求选中项
tag
显示是基于options
和localValue
字段来的(代码链接),但是options
是根据关键词动态变化的,可能会有匹配不上情况。以上。这个功能看样式、交互像
Select
组件,不知道在功能划分上属于不?先提issue
上来。The text was updated successfully, but these errors were encountered: