Hi,
I have a simple dropdown with 3 options All, AA and BB. When I select AA/BB I am getting correct results however when I select "All" it says "No search results returned". Not sure where I am doing wrong, can anyone help me solving this issue.
"input_iUKfLZBh": {
"options": {
"items": [
{
"label": "AA",
"value": "AA"
},
{
"label": "BB",
"value": "BB"
},
{
"label": "All",
"value": "*"
}
],
"token": "Config_type",
"defaultValue": "AA"
},
"title": "Select Error Type",
"type": "input.dropdown"
}
... View more