- Conditional Focus: Focus can be set on different components according to different conditions. Example: If the user has registered before, focus on the ‘Email’ field, otherwise focus on the ‘First Name Last Name’ field. The Add Condition feature can be used next to the action for this control.
- Integration with Chain Actions: The Set Focus To action can be used in conjunction with actions such as Set Value, Navigate, Show Message, Change Enabled Of, etc. Example: When the user clicks the button, a process is performed and the focus is shifted to another area.
Technical Risks
- Element Must Be Defined: The element to be focused must be defined and visible on the screen.
- Keyboard Opening on Mobile: If the focused element is a text input, the keyboard may open on mobile devices, which should be taken into account in the design.
- Timing: If the component is an element that will load late (e.g., under a tab), timed focusing or trigger conditions may be required.
The Set Focus To action is a practical tool used in the Kuika platform to make user interactions more fluid. It speeds up form filling processes, reduces focus confusion, and significantly improves the user experience.