Hello Sebastian,
This is the native component, you may use what iOS gives you or make a fake one.
Hello Sebastian,
This is the native component, you may use what iOS gives you or make a fake one.
How do I make a fake one?
Hello Sebastian,
Sorry for delay. This feature will involve some of coding.
You can start with two ways:
1) make your component read-only and work with it's click event to show fake keyboard
or
2) on focus save component to some LSV and call blur function, so you can show your fake keyboard before native appears
On both cases you need to create layout and logic part
1) layout that will look similar to native
2) logic to trigger showing and filling the input component