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

Fancy select (picker) and append #252

Open
Bekt opened this issue Nov 26, 2014 · 0 comments
Open

Fancy select (picker) and append #252

Bekt opened this issue Nov 26, 2014 · 0 comments

Comments

@Bekt
Copy link

Bekt commented Nov 26, 2014

Fancy select is "correctly" displayed on Safari, but not on Chrome/Firefox when it is used in an .append form. I tried fixing this myself, but couldn't get far. See the screenshots below. Although Safari correctly displays, it messes up after an option is selected.

Code:

<div class="append field">
  <input class="xnarrow input" type="text" />
  <div class="medium primary btn"><a href="#">Go</a></div>
  <div class="picker">
    <select>
      <option>1</option>
      <option>2</option>
    </select>
  </div>
</div>

Safari:
screen shot 2014-11-26 at 11 41 46 am

Chrome/Firefox:
screen shot 2014-11-26 at 11 42 01 am

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

No branches or pull requests

1 participant