Cursor problem with textbox

Hey, am facing an issue. I have a very big form that i want my users to fill.

The problem is…there are some textbox then many checkboxes

so after filling the last textbox…when we swipe down…that textbox is no more visible in the display area and because the cursor is still on textbox it is scrooling the screen up automatically.

what i want is that after i fill the textbox. that cursor should be removed from that box

I tried cursor visible=false but it didnt work

I want to know how can i remove cursor from a textbox

1 Like

I think you mean removing focus from a TextBox. If this is the case then there is no way to do that as of now. We might think of adding it.

1 Like

@Souvik

Is it possible to add this keyboard type? I think this could be the solution…

Next tab can be selected from the keyboard.

2 Likes

Yes you can change soft key of the keyboard :grin:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.