So, I’m asking my users to enter some data which is essential. Thus, I wish to conceal the enter button until such time as the user has actually entered the required data (or at least engaged with the text input box …“onGotFocus”).
I have not found any blocks to suggest I can achieve this but I wonder if there is a workaround/setting which might achieve this?
I tried your suggestion and it makes sense to me but I can’t get it to work (beginner probs). I’m guessing that the timer is set to a duration much longer than it could ever take (infinity) to add text in the input field, giving the user however much time she wants to enter data before allowing her to proceed (making “enter” button visible)? If text-input = “”, then “enter button” disabled = true. Is that right?