Solved
SkipValidation
Hi
I want to skipValidation for a button- buttonWidget() inside this function how can i include skipValidation parameter?
Thanks
Hi
I want to skipValidation for a button- buttonWidget() inside this function how can i include skipValidation parameter?
Thanks
Hi Kavya,
You can use validate parameter as false to skip the validations in buttonwidget. Please find the sample code
a!buttonWidget(
label: "CLOSE",
style: "SECONDARY",
size: "SMALL",
value: "close",
saveInto: {
ri!buttonAction
},
confirmHeader: "Close",
confirmMessage: "Changes will be lost. Are you sure to close the form?",
submit: true,
validate: false()
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.