Hello, I need to show an option of the select already selected, I want it to show selected the option of Select salary
This is the code that I have but still does not show me anything selected, it shows me the empty selection
select#selectsueldoedit.form-control(style='border: 1px solid #ccc;border-radius: 4px;padding: 6px 12px;height: 34px;line-height: 1.42857143;font-size: 14px;color: ')
option(value='Seleccione sueldo', selected='selected') Seleccione sueldo
each sueldo in datos.sueldos
option(value=''+sueldo.pk) #{sueldo.sueldo}