Skip to content

Commit

Permalink
feat(BasicForm): trigger query via Enter key
Browse files Browse the repository at this point in the history
- Allow push Enter key to query the table form.
  • Loading branch information
thatsgolden authored Mar 4, 2024
1 parent 4c49e28 commit fa983a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/src/BasicForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
v-bind="getSubmitBtnOptions"
@click="handleSubmit"
:loading="loadingSub"
attr-type="submit"
>{{ getProps.submitButtonText }}</n-button
>
<n-button
Expand Down

0 comments on commit fa983a9

Please sign in to comment.