Open marciogurka opened 1 month ago
Column definition is missing a field
After updating with the field
to the column definition, the behavior still happens. Looks like a race condition here.
https://github.com/user-attachments/assets/c577adc3-b417-44d3-a37c-26a1510acadb
Forum post
"Hi there,
We're coming across a strange issue with the combo editor.
We want the combo's picker to open automatically upon clicking on the editor. We have been able to accomplish this by using a 'focusIn' event handler with a call to 'toWidget.showPicker()'.
The strange thing is that when you go down to the following row and click on the combo editor, it opens the picker but the filters have not cleared from the previous editor.
I have been able to reproduce this in one of your Examples with code I have attached below.
Here are the repro steps:
Navigate to 'Task 111'
Click on the 'Combo Example' cell in that row
Type in the letter 'A'
Select the 'A' option in the picker
Go to the next row 'Task 112'
Click on the 'Combo Example' cell in that row
Notice that the picker only has 'A' as an option, even though the search is empty. It should be showing all of the available data store items.
The strange thing is that if you click the arrow to collapse and expand the picker manually, it works as intended.
Code to repro:
I have tried adding a 'focusOut' listener with a call to 'fromWidget.hidePicker()' in hopes that this would solve this issue, but it had no effect."
https://github.com/user-attachments/assets/ce0dbf83-758e-4a14-86e8-613b49ee6fbf