I am working on a serenity platform project. Any idea how can I make the field required/not required based on a condition inside AbcDialog.ts file. Thanks
Make a field required/not required based on condition in serenity-platform
841 views Asked by ITS At
3
In the
updateInterface()
in your dialog.ts you can write TypeScript code to show/hide conditionally some fields like this: