Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

How to hide the text selection handles from TextInput in React Native?

$
0
0

I have a TextInput in React Native with property selectTextOnFocus={true}, it highlights the text on first touch and show the context menu on second touch which is correct.

What I want is hide the left and right selection handles but keep the text highlighted on the first touch on iOS (it's ok on Android)

This is my input first touch: First touch

This is Safari browse box first touch: Safari


Viewing all articles
Browse latest Browse all 16552

Trending Articles