Angular - SelectBar - Default selected

Dear Colleagues,
is there any way how to set the default "selected" button in the Angular SelectBar component?

Thank you

This should be doable. Set the Value property of the selectbar. If it is already set to a page property - set the initial value of the page property.

Thank you, I tried, but I may have to change the logic of the filters.
I am not sure, why there is unexpected token error.

I use the value as In List filter property for the data (on SelectBar change):

The Value property is special as it supports two-way biding. Try creating a page property with the desired value and use it instead e.g. selectedValue set to "1,2,3,4" and the set the Value of the selectbar to ${selectedValue}

1 Like