You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I have two select Boxes. Both use Raw JSON data. When the user selects a value in Select Box 1, I want to filter the options of Select Box 2.
Here is example data:
Select box 1:
[
{
"region": "A"
},
{
"region": "B"
}
]
Select box 2:
[
{
"region": "A",
"name": "NAME_ONE"
},
{
"region": "A",
"name": "NAME_TWO"
{
"region": "B",
"name": "NAME_THREE"
}
]
I see a Filter option for URL or Resource data, but that option is not available for the Raw JSON Data Source Type. How do I filter the data?
The text was updated successfully, but these errors were encountered: