Pathbrowser conponent coralui
Hi,
I am building a component with coralui.
It consists of multifeild in the front end ui.
I have referred the coralui components markup available used it.
Inside multifeild I am having a pathbrowser .
Problem:::
The path browser loaded initially for first time is working properly.
When I click on addfeild of multifeild feild component the pop-up of path browser is not working.
FINDINGS::
My findings are ,
- Pathbrowser register on the page load.
- when a new pathbrowser ui is added at later point dynamically , the registration wont happen and the pop-up don't open.
-I have tried to override the coraljs methods for the pathbrowser registration on click of add field .
But it didn't work out.
Now, I need a way to add the pathbrowser ui when click on the addfeild.
Note: I am not working with dialog . I am purely using the coral ui classes and html for the component.