Skip to content

Commit

Permalink
fix(js): pass submit button to render
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Dec 2, 2020
1 parent 13c8ee5 commit ca119f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/autocomplete-js/src/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function autocomplete<TItem extends BaseItem>({
form,
label,
input,
submitButton,
resetButton,
root,
panel,
Expand Down Expand Up @@ -111,6 +112,7 @@ export function autocomplete<TItem extends BaseItem>({
inputWrapper,
label,
panel,
submitButton,
resetButton,
});

Expand Down Expand Up @@ -141,6 +143,7 @@ export function autocomplete<TItem extends BaseItem>({
inputWrapper,
label,
panel,
submitButton,
resetButton,
});
}, 0);
Expand Down

0 comments on commit ca119f3

Please sign in to comment.