-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pref: add parameter to formkit select component for remote search by …
…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 的字段。 ```
- Loading branch information
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters