0
<select class="custom-select mr-sm-2" id="inlineFormCustomSelect">
<option name="tipo" value="MEMORIA" selected>MEMORIA</option>
<option name="tipo" value="HD SSD">HD SSD</option>
<option name="tipo"value="MONITOR">MONITOR</option>
<option name="tipo"value="DATASHOW">DATASHOW</option>
<option name="tipo"value="NOBREAK">NOBREAK</option>
Like input text I can recover with: hardware.type = request.input('type')
as it would be in a form with several options?