Skip to content

Commit

Permalink
fix(autocomplete): better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atlwendy authored and benjamincharity committed Jun 10, 2019
1 parent 7c2a059 commit 817fdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions terminus-ui/autocomplete/src/autocomplete.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export class TsAutocompleteChange<T = string[] | string> {
* debounceDelay="300"
* displayWith="(v) => v.name"
* hint="Begin typing to search.."
* [isDisabled]="isDisabled"
* label="Select options:"
* name="product selections"
* options="[{}, {}, ...]"
Expand Down
2 changes: 1 addition & 1 deletion terminus-ui/select/src/select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ export class TsSelectComponent implements
public readonly optionSelected: EventEmitter<TsSelectChange> = new EventEmitter();

/**
* Event for when the query has changed
* Event for when the query has changed, used by filterable select
*/
@Output()
public readonly queryChange: EventEmitter<string> = new EventEmitter();
Expand Down

0 comments on commit 817fdd6

Please sign in to comment.