I figured out one way to get rid of the clear form x’s on all text inputs. Don’t know if it is the best way or if their are any side effects yet.
Add this CSS to a text box:
<style>
.ant-input-suffix { display:none !important }
</style>
See this post on how to add custom css to your app: How to write custom CSS in Retool!