Skip to content

Commit

Permalink
fix: update select data-test
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume60240 committed Nov 2, 2023
1 parent e6134d3 commit 0b17aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/components/select/src/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ export const selectProps = buildProps({
required: false,
default: true,
},
selectDataTest: {
type: String,
required: false,
default: undefined,
},
dataTest: {
type: String,
required: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/src/select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
tabindex="-1"
:readonly="open"
type="text"
:data-test="selectDataTest"
:data-test="`select-${dataTest}`"
@input="
handleAutoComplete(($event.target as HTMLInputElement)?.value)
"
Expand Down

0 comments on commit 0b17aeb

Please sign in to comment.