Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Style input for datalist #70

Open
frederikhors opened this issue Aug 1, 2020 · 0 comments
Open

Style input for datalist #70

frederikhors opened this issue Aug 1, 2020 · 0 comments

Comments

@frederikhors
Copy link

Datalist with form-select shows system's dropdown icon.

Using this code:

<input class="form-select" list="list" />
<datalist id="list">
  <option value="1">First one</option>
  <option value="2">Second one</option>
</datalist>

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant