How to avoid default selection of field while opening the popup form through onclick of button

0
Hello Everyone , I'm calling a microflow when on-enter the input text field in the popup . That microflow is calling whenever I'm opening the popup . Why because that input field is first input field in that popup and it is by default selected whenever we are opening the popup . So this thing is disturbing some logic . My Question is , Is there any way to avoid default selection of first input field in the popup while opening the screen ? can someone please help me in this topic !
asked
1 answers
0

Hello Vinodhini,

 

Maybe you can use the following marketplace module widget:

 

https://marketplace.mendix.com/link/component/107276

 

The focus helper, gives you the ability to decide on which field on the page the focus should be.

 

Good luck!

answered