We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e467ad0 commit 8a229baCopy full SHA for 8a229ba
ui/src/components/view/SearchView.vue
@@ -51,6 +51,8 @@
51
v-ctrl-enter="handleSubmit">
52
<a-form-item
53
v-for="(field, index) in fields"
54
+ :ref="field.name"
55
+ :name="field.name"
56
:key="index"
57
:label="field.name==='keyword' ?
58
('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) : $t('label.' + field.name)">
0 commit comments