We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49334f2 commit 2c24a03Copy full SHA for 2c24a03
src/dropdown/abstract-dropdown-view.class.ts
@@ -21,7 +21,7 @@ export class AbstractDropdownView {
21
@Output() select: EventEmitter<Object>;
22
/**
23
* Event to suggest a blur on the view.
24
- * Emits _after_ the first/last item has been focussed
+ * Emits _after_ the first/last item has been focused.
25
* ex.
26
* ArrowUp -> focus first item
27
* ArrowUp -> emit event
0 commit comments