-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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 的 fieldSelector 查询有问题 #6589
Comments
Hi @chengzhongxue ,从官方文档来看,应该是错误描述了 valueField 的值,这里尝试设置为 metadata.name 试试呢。 另外,请 @LIlGG 帮忙确认一下这里具体应该传入什么值? /kind bug |
目前这里的值取的是 不过对于用户列表的查询,Halo 默认提供了 |
/assign |
这个支持多选? |
默认支持多选,你也可以使用大部分支持 |
好的 |
…specific field (#6591) #### What type of PR is this? /kind improvment /area ui /milestone 2.20.x #### What this PR does / why we need it: 为 Formkit Select 组件增加 `fieldSelectorKey` 字段,用于在使用 `fieldSelector` 字段远程查询时,指定查询所使用的 Key。 例如指定 `fieldSelectorKey` 为 `metadata.name` 则接口调用时的参数为 `fieldSelector: metadata.name=(admin)`。 #### How to test it? 测试在远程搜索时,`fieldSelector` 的查询 key 是否为设置的内容。 #### Which issue(s) this PR fixes: Fixes #6589 #### Does this PR introduce a user-facing change? ```release-note 为 Formkit Select 组件远程查询增加指定 Key 的字段。 ```
系统信息
使用的哪种方式运行?
Docker
发生了什么?
如果 valueField 设置 user.metadata.name 就会出现一下情况
复现步骤
No response
相关日志输出
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: