Hey community!
Is there a posiibility to add a class to the volt-syntax of a select-box? In the following example I want the class "form-control" to be added to the select tag.
{{ selectStatic("searchtype", ["title": "Titel", "actors": "Schauspieler"], ["class":"form-control"]) }}
greetings Eike