Hello,
I am currently trying to implement functionality that shows/hides a button based on whether a text input contains data. If the text field has a value in it, show button, otherwise hide button.
I have tried implementing using Conditional Visibility and a Custom Expression and in both scenarios, the evaluation of this logic is very slow, it takes about 3 seconds for the UI to update.
Can anyone please advise if there is a way to speed this up or is it simply a limitation of the platform? FYI - I am currently testing on a web browser (not mobile app).
Thanks in advance!
Patrick