AutoComplete 讨论 #6517
Unanswered
movieliang
asked this question in
Q&A
AutoComplete 讨论
#6517
Replies: 2 comments
-
@movieliang Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@movieliang 尽量一个 Issue 一个问题。多个问题讨论形式的可以去讨论组那边
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
1、当上面有值时,必须使用键盘删掉上面的值,才能显示全部列表,再选择其它值,操作不方便。

2、不可以像antblazor的那样设置显示的列表与绑定的值可以不一至的。
3、希望多个input 能共用一个列表的数据。例如10个input,前端就会渲染有10 列表数据
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/datalist
Describe the solution you'd like
建议参考antblazor的:
1、鼠标点击时列出所选项,不是过滤后的选项。
2、显示的列表与选择后绑定的内容可以不一至。
例如:列表显示 SH-上海 而选择后绑定的值是:上海,这样就可以输入字母SH快速选择。
https://antblazor.com/zh-CN/components/autocomplete
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions