Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Safari 12 for datalist populateoptions #8491

Open
TaylorPope opened this issue Oct 11, 2018 · 1 comment
Open

Issue with Safari 12 for datalist populateoptions #8491

TaylorPope opened this issue Oct 11, 2018 · 1 comment

Comments

@TaylorPope
Copy link

Using safari the option list covers the input box so you cant see what you are typing.
The list comes from populateOptions in datalist.js

We fixed it for our case by adding:

.wb-al-cnt {
  top: 42px;
}

Not sure if this is a good fix or specific to our use. Here is an example pic to see what the issue is:
populateoptions

@ghost
Copy link

ghost commented Nov 7, 2018

This appears to be fixed with macOS latest updates. When using http://wet-boew.github.io/v4.0-ci/demos/datalist/datalist-en.html.

Demo Site:
screen shot 2018-11-07 at 4 16 21 pm

Safari Version:
screen shot 2018-11-07 at 4 16 25 pm

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

No branches or pull requests

2 participants