gitana/alpaca

load dependecies based on data of type ="select" not just Value

vijay7029 opened this issue · 0 comments

I have a scenario where depending on data-attribute I need to display some kind of alpaca field.

Lets say I have few options in a select box where each option is different type,lets say I have a text,date etc, If user selects text field I should display type="string" , where as when when user selects option whose data-attribute is date , then I must display type="date" field, with current select box I can only add values as dependencies , how do I add data to type="select" and also use that value to
load dependencies