AEM6.3 coral touch ui pathbrowser
Hi ,
i have path browser marked as mandatory field but since i am doing some java-script manipulation, hence I need to bypass this and still submit the dialog even if the path field is empty.
Please let me know how this can be achieved.
<videoPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
granite:id"videopath"
fieldLabel="Video Path"
name="./videoPath"
rootPath="/content/dam"
required="{Boolean}false"
rootTitle="DAM"/>
Thanks
