How do I disable clicking in TextBox?

I am making a custom keyboard. When a user clicks on the textbox, it shows the default phone keyboard. How do I disable it?

To disable the textbox, you can use two ways:

  1. Set the textbox to not enabled.

    image

  2. Set the textbox to read-only.

    image

2 Likes

thanks so much!
the image block worked for this purpose :blush:!

1 Like

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