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

Style input for datalist #70

Open
Open
@frederikhors

Description

@frederikhors

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions