Skip to content

Commit

Permalink
fix(*): data-testid for items
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiarrowood committed Sep 20, 2024
1 parent 957963c commit 1d58deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/forms/src/components/fields/FieldSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:class="schema.fieldClasses"
:disabled="disabled || undefined"
:items="items"
:kpop-attributes="{ 'data-testid': `${getFieldID(schema)}-items` }"
:label-attributes="{ info: schema.help }"
:name="schema.inputName"
:placeholder="!selectOptions.hideNoneSelectedText ? selectOptions.noneSelectedText || 'Nothing Selected' : undefined"
Expand Down

0 comments on commit 1d58deb

Please sign in to comment.