Closed
Description
Summary
The select submits the title instead of the value when using apiUrl
Steps to Reproduce
https://preline.co/docs/advanced-select.html#remote-data
Using the example provided, its setting the option values like this
<option value="Essence Mascara Lash Princess" data-id="1"
instead of like this
<option value="1" data-id="1"
Demo Link
https://preline.co/docs/advanced-select.html#remote-data
Expected Behavior
<option value="1" data-id="1"
Actual Behavior
<option value="Essence Mascara Lash Princess" data-id="1"