Set focus on ix-select element

I want to set the focus on an ix-select element. I use Angular 18.2.14. I tried to call focusInput() on an IxSelect object obtained by @ViewChild, but the focus doesn’t become applied. Any hints highly appreciated.

Hello @Peter.Hellmann, i have tried to reproduce the issue, but had no success - here is a working example: StackBlitz, i also utilized @ViewChild. Could you provide us a working code that reproduces the error?

Thanks for your support @matthias.hader.ext This is a - still working - example with a bit more realism to it. This is similar in how we utilize the ixSelect in the case where the bug is occuring https://stackblitz.com/edit/zv1jfvfs
Somehow the effect for the viewChild is firing before the ixSelect is actually visible and focusable BUT AFTER it is in the DOM. We were not able to reproduce this anywhere, we worked around the issue by introducing a small setTimeout() in the effect. If you have any other clues how to get rid of the timeout, then any help or hint is highly appreciated.