Fetching dialog field value in JS
Hi All,
I have created custom component with dialog with one text field. I am trying to fetch text field value in js which gets called on clicking of validate button to validate the entered text field value by author. But I am unable to fetch dialog field value.
I have tried these:
dialog.getField("property name").getValue();
properties.get("property name","");
But it is not working. Nothing observed in error logs.
Any help to resolve this will be appreciated.

