Hello good afternoon I have a combobox which I need when I select for example plate crane, plate basket, motorcycle plate, vehicle plate. and fill the plate in the input text then I give it to the plate and restore the main option that is the first option that is blank
<select class="form-control" id="tipo_vehiculo">
<option value=""></option>
<option value="grua">placa grua</option>
<option value="canasta">placa canasta</option>
<option value="moto">placa moto</option>
<option value="vehiculo">placa vehiculo</option>
</select>
<em></em>
<br>
<center><input type="text" class="control-label" id="placa" disabled></center>
<input type="button" value="Subir placa" id="btncreartipovehiculo" />