Get focus on conditional visible input field in a popup

1
My goal is to set the focus on an input field in a popup. The input field is conditional visible. The popup is built up of snippets. All tab indexes are set to a high value except for the input field that has a tab index of 0. What does work, is setting the Boolean to visible and then opening the popup. The focus is set to the input field. What doesn't work, is making the input visible, by setting the Boolean value for the conditional visibility from within the popup. The focus is not set to the input field. What also doesn't work, is setting the Boolean from within the popup and closing and opening the popup. Now the input field is shown but it does not get the focus. Any ideas?
asked
1 answers
0

Did you try this widget: https://appstore.home.mendix.com/link/app/2583/Mendix/Scroll-To-Anchor

Regards,

Ronald

 

answered