Hi Guys,
I have using one TextInputBox, if Text Box empty means Button display mode disabled else enabled. Button to submit form. But if i click button data not submitted. Let me know why this is happen?
I have used below coding in Button Display mode
If(IsBlank(TextInput.Text),Disabled,Edit)
below is Button On Select coding
SubmitForm(Form_Test);Navigate(Screen_Home)
but Button On select not working.
Help me Guys.