these inputs are not currently supported by Fivem which makes it harder to create advenced forms with datepickers and more.
Honestly my life will be easier with them.
Could just do it this way
HTML
<select id="FormExample">
<option value="0">Option1</option>
<option value="1">Option2</option>
</select>
JQuery
$.post('http://yourresource/yourcallback', JSON.stringify({
FormAge: $("#FormExample").val()
}));
Unfortunately i tried but in game the option drop-down won’t show.
just use fake select inputs, the way select is implemented in chrome makes it fairly hard to add support to nui
You have to use up and down arrows on your keyboard to make them function sadly.