Hi
I try to style a Selection-Element. Styling it seems to complicated with JS or needs external Libraries which I cannot upload to Webflow.
This is why I ask how to do it with onboard Components.
There is that Dropdown-Component of Webflow.
But I wanna add a Value to each entry, similar to a HTML Selection-Element.
Thus, how can I add a Value to each entry of Webflow Dropdown-Component?
<select id='zimmer' style='display:inline-block' onchange='filterTable()' class='w-select select-field'>
<option selected='selected' value=''>Alle</option>
<option value='2.5'>2.5</option>
<option value='3.5'>3.5</option>
<option value='4.5'>4.5</option>
</select>
Kind regards
Alain