Patrick Heitland

Results 2 comments of Patrick Heitland

+1 My workaround: ``` if (input.selectionEnd !== null && input.selectionEnd > val.length) { input.setSelectionRange(val.length, val.length); } ``` `val` contains the input without the suffix

> Hi! I'm trying to reproduce with vite 2.9.15, but no luck - it works for methinking > > Can someone please share reproducible example repo? Fresh Vite3 CLI Setup...