Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: selectize/selectize.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: uofa/selectize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 29, 2016

  1. Update grunt-contrib-uglify

    u01jmg3 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    0191044 View commit details
    Browse the repository at this point in the history
  2. Rebuild dist

    u01jmg3 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    c0ae4ff View commit details
    Browse the repository at this point in the history
  3. Prevent contents of Selectize input from being cleared when focus is …

    …lost
    
    Allow text selection via mouse dragging by making the Selectize input as wide as it can be
    Prevent dropdown from closing if a header is clicked on
    Allow the `filter` option to be set for Sifter
    Amend scrolling to compensate when headers are present in the dropdown
    Use silent flag to determine whether to fire the relevant callback
    If the Selectize input is already focussed, unset any active item
    Fix ability to ignore hovering
    Minor comment updates
    Fix indentation
    u01jmg3 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    192ac93 View commit details
    Browse the repository at this point in the history
Loading