It would be great to have an option that allows a modal from being closed when the positive and negative buttons are clicked. This will be useful when there is a form in the modal and some validations need to run by clicking these buttons. Semantic UI has support for this by returning 'false' from onApprove and onDeny callbacks.
It would be great to have an option that allows a modal from being closed when the positive and negative buttons are clicked. This will be useful when there is a form in the modal and some validations need to run by clicking these buttons. Semantic UI has support for this by returning 'false' from onApprove and onDeny callbacks.