Skip to content

Commit

Permalink
tests: Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ynotdraw committed Jul 6, 2023
1 parent ba4687e commit 958e3b6
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{{this.styles}}
{{this.className}}
"
data-active={{if @isActive "true" "false"}}
id="{{@popoverId}}-{{@index}}"
role="option"
{{on "click" this.onClick}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface ToucanFormComboboxControlComponentSignature {
/**
* The function called when a user types into the combobox textbox, typically used to write custom filtering logic.
*/
onFilter?: (input: string) => Promise<unknown[]>;
onFilter?: (input: string) => unknown[];

/**
* `@options` forms the content of this component.
Expand Down
Loading

0 comments on commit 958e3b6

Please sign in to comment.