How to Hide the Clear (X) Button in a input field and search bar for iOS in a Mendix Native App?
0
I'm working on a Mendix native mobile app, and I need to customize the textbox's behavior on iOS. Specifically, I want to hide the 'X' (clear) button that appears when the user types text into the textbox. In iOS native development, there are some ways to achieve this, like overriding the UITextField properties in Swift. However, I'm unsure how to replicate this behavior within the Mendix platform using custom widgets or styling for native mobile. Has anyone encountered this issue in Mendix mobile development, and is there a way to hide or customize the search bar's clear button? Thanks in advance for your help!