Skip to content

Commit

Permalink
feat: [table-search] trigger event submit when enter key is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Jan 8, 2024
1 parent e495aa4 commit b2843ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/table/src/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
@search-range-value="handleSearch"
@search-submit-event="handleSearchSubmit"
@search-reset-event="handleSearchReset"
@keyup.enter="handleSearchSubmit"
/>
</th>
</tr>
Expand Down

0 comments on commit b2843ce

Please sign in to comment.