diff --git a/src/components/select/select.tsx b/src/components/select/select.tsx index a1d8417d3..e64942c38 100644 --- a/src/components/select/select.tsx +++ b/src/components/select/select.tsx @@ -146,6 +146,7 @@ export class Select { handleFocus() { this.hasFocus = true; this.slFocus.emit(); + this.input.setSelectionRange(0, 0); } handleKeyDown(event: KeyboardEvent) {