Hi.
I have added a button with disabled state logic. Multiple conditions need to be satisfied for the button to be enabled. Now when I run the app, even after all conditions are fulfilled, the button state stays disabled until I go to say a text field and then bring it to focus and then defocus before the button is enabled. Same happens is the button needs to be disabled as well.
Is there are way to instantly change the diabled state logic if all conditions are fulfilled immediately?
As you can see in my images attached, I have two images and one text box.
I want all the data to be there before enabling the button.
But as you can see in the second images, even when everything is added, the button still stays disabled.