Open FollowSteph opened 6 years ago
Just to follow up here is a screenshot to better explain the issue
Hello there!
We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.
There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!
I think this is the same as https://github.com/vaadin/framework/issues/9795
The problem is not related to Grid and Editor at all. It is just ComboBox where the default text cursor position in at the end.
It is a bit oppionated and application specific if this is desired or not.
On alternative for a solution is to use PrefixComboBox add-on as it has method to set the default position of the cursor.
So for example if my values are:
John Smith at 555 Main Street and the column is only wide enough for John Smith the combobox actually shows "ain Street" for the selected item which is very hard to read. All other items are correctly left aligned so that you can see the value as expected (John Smith at 55...)