I have no idea how to run code snippet for angular app in stackoverflow,
I am using mat-autocomplete ,I have 128 char long name selected, the cursor appends at the end of the string selected instead on the beginning. Have anyone observed this when using mat-autocomplete?
Here is the example, In the stackblitz link link to code, I just appended letter 'v' for california, when I select 'california' I see the cursor at end instead I want the cursor at the beginning of the string.
In the code link under app > app.component.ts, check state variable, change name property to 128 char long string then from drop down down select option, you will see cursor appearing at end of string.