Is there a way to prevent the keyboard from appearing when a user taps a TextField? I have a modal appear when the user taps the TextField and the keyboard appears on top of the modal. I want the keyboard to appear for other fields on the page, but not this specific one.
Is there a way to prevent the keyboard from appearing when a user taps a TextField? I have a modal appear when the user taps the TextField and the keyboard appears on top of the modal. I want the keyboard to appear for other fields on the page, but not this specific one.