You can call setFocusable(false) which should still allow editing albeit it might cause issues with "next" behavior. You can use the onShow() event to make the field focusable again.
The hint should still be displayed when editing natively. Try setting the theme constant nativeHintBool=true. You can start editing a field on show using the helper method: form.setEditOnShow(textCmp); -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/27c8fa6d-7edf-488b-b120-0934e2f4f0ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
