Skip to main content
1-Visitor
June 3, 2014
Question

Enable / Disable button

  • June 3, 2014
  • 1 reply
  • 2574 views

Is there a way to disable a button based on a validation otp, I know how to set the visible attbte, but I dunno how to enable / disable the button.


Thanks Adam & regards.



    1 reply

    1-Visitor
    June 3, 2014

    Currently we don't have the ability to disable buttons.

    1-Visitor
    June 3, 2014

    Hello Pai:

    So what is the approach or suggestion that you will make to me, I can't let the user click the button if the condition is not going, I used the Show Message to let the user know, but I need sometime else.

    5-Regular Member
    June 3, 2014

    If your use case permits it, you can bind the visibility property of the button to the output of your validator widget. If the output is true, the button will be visible, and if it if false, it will now.