Hi Community!
I have
{{ selectStatic(["g", genres, "using":["id", "name"], "class": "form-control"]) }}
The genres is filled by
$this->view->genres = Genres::find();
Here the genres are all filled by entries from the database. But I also want the default "Not chosen" with the value "-1". Is this possible with volt syntax? If it's not not I can add the default entry to the database. Which I want to avoid
greets