Hi guys,
I was playing around with Volt and i ran across the problem that i can't seem to set default value for select boxes. The following code is what i have now, but there's no selected value.
The value of status is in customer.status
{{ select_static('status', ['0' : 'Niet-actief', '1' : 'Actief'], 'class' : 'form-control') }}
Thanks in advance!