You can use a listeners "loadcontent", which will execute when dialog is open. In that listener you can write js code to check if value is "" (empty) , the set the value to "N/A".
You can use a listeners "loadcontent", which will execute when dialog is open. In that listener you can write js code to check if value is "" (empty) , the set the value to "N/A".
This component cnfiguration solved my case <vocLeveljcr:primaryType="cq:Widget"emptyText="{String}N/A"fieldLabel="VOC Level"name="./vocLevel"xtype="textfield"/>