I have been reading Fuse for a few days and have finally decided to test some features by building a simple form with customized UI styling. So Instead of using TextInput, I am using TextEdit.
However I am not able to type anything in the edit box or add a place holder text, What am I doing wrong? Here’s the code:
I have integrated the placeholder code you suggested, but I still don’t see placeholder text. Also I am still not able to type anything in the Input field. Can you test the code?
The reason you don’t see the placeholder text is because you’ve set Value="Hello World" for TextEdit. In other words WhileContainsText is true.
The TextEdit is invisible because you haven’t set a Theme in the App tag. This is because TextEdit (just like TextInput) relies on native platform controls.