Skip to content

Commit 065255e

Browse files
committed
refactor: update comment
1 parent 05a6b70 commit 065255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/multi-select/multi-select.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ export const enum TriggerLabelDisplayMode {
245245

246246
export const enum MultiSelectSearchMode {
247247
Disabled = 'disabled', // Search is not available
248-
CaseInsensitive = 'case-insensitive', // Current available values are filtered in a case insensitive way and an emit is not triggered
248+
CaseInsensitive = 'case-insensitive', // Current available values are filtered in a case insensitive way and an emit is triggered
249249
EmitOnly = 'emit-only' // Current available values not filtered, but an emit still triggered
250250
}

0 commit comments

Comments
 (0)