search button on keyboard

0
Hi everyone, I'm working on a native application. On one of my pages, I have a search bar that I've created with a text box, and I don't have a button or icon that calls the nanoflow. The event is set to "On Enter Key Press." I've seen in different applications, like Amazon, that the word "search" appears on an iPhone keyboard, and a magnifying glass appears on an Android keyboard instead of "enter." How can I apply this configuration with Mendix tools?    
asked
1 answers
0

I think this is achieved with the input type="search", this should be possible by using the accessibility helper https://marketplace.mendix.com/link/component/114803 . This widget is not yet React ready, and I haven't tested it. But it should get you started

answered