halo/ui/docs
Takagi 51609abc57
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 的字段。
```
2024-09-06 09:23:52 +00:00
..
components Move folder console to ui 2024-02-02 22:22:51 +08:00
custom-formkit-input pref: add parameter to formkit select component for remote search by specific field (#6591) 2024-09-06 09:23:52 +00:00
extension-points feat: make comment and reply list item operations extendable (#6438) 2024-08-05 06:56:25 +00:00
project-structure Move folder console to ui 2024-02-02 22:22:51 +08:00
routes-generation Move folder console to ui 2024-02-02 22:22:51 +08:00