Skip to content

Fancy select (picker) and append #252

@Bekt

Description

@Bekt

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

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