Skip to content

Commit

Permalink
Merge pull request #279 from thatsgolden/patch-1
Browse files Browse the repository at this point in the history
feat(BasicForm): trigger query via Enter key
  • Loading branch information
jekip authored Apr 9, 2024
2 parents 4c49e28 + fa983a9 commit 260397f
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 260397f

Please sign in to comment.