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: sagalbot/vue-select
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: incodeapps/vue-select
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.
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on May 23, 2019

  1. Changes to fix autofill issues.

    - Added property name for the search input
    - Added property selectOnSearchBlur. In combinaison with clearSearchOnSelect it should help the autofill to work.
    - Fixed the autocomplete property which wasn't applied to the search field. It's not stuck on 'off' anymore.
    lyziane committed May 23, 2019
    Configuration menu
    Copy the full SHA
    f847ffb View commit details
    Browse the repository at this point in the history
  2. Needed the dist folder

    lyziane committed May 23, 2019
    Configuration menu
    Copy the full SHA
    33585ea View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    1ebe7b4 View commit details
    Browse the repository at this point in the history
  2. logging for debugging

    lyziane committed May 29, 2019
    Configuration menu
    Copy the full SHA
    131abac View commit details
    Browse the repository at this point in the history
  3. logging for debugging

    lyziane committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3d24d9d View commit details
    Browse the repository at this point in the history
  4. logging for debugging

    lyziane committed May 29, 2019
    Configuration menu
    Copy the full SHA
    12b8715 View commit details
    Browse the repository at this point in the history
  5. trimmed search

    lyziane committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c407dd2 View commit details
    Browse the repository at this point in the history
  6. ...

    lyziane committed May 29, 2019
    Configuration menu
    Copy the full SHA
    70bf3f2 View commit details
    Browse the repository at this point in the history
Loading