Hello,
I am trying to implement an additional drop-down list on the filterbuilder. The goal is to have two drop-down lists where the second one would depend on the first one.
It should look something like this:
So if I choose Europe in the first drop-down I can select countries that belong to Europe in the second drop-down list.
I cant seem to find a way to do this in the documentation.
Is there a possibility to implement a custom form that gets displayed once a specific attribute is selected(continent in the screenshot above)?
Could you give me an example if its possible or just tell me where in the documentation this is described.
I am trying to implement an additional drop-down list on the filterbuilder. The goal is to have two drop-down lists where the second one would depend on the first one.
It should look something like this:
So if I choose Europe in the first drop-down I can select countries that belong to Europe in the second drop-down list.
I cant seem to find a way to do this in the documentation.
Is there a possibility to implement a custom form that gets displayed once a specific attribute is selected(continent in the screenshot above)?
Could you give me an example if its possible or just tell me where in the documentation this is described.
Comment