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: Pixabay/JavaScript-autoComplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: petitroto/JavaScript-autoComplete
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.
  • 17 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 23, 2016

  1. add package.json

    NAKAMURA Masayuki committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    3cf4add View commit details
    Browse the repository at this point in the history
  2. add 'disableVerticalPositioning' option to enable a container to be a…

    …bove a input box.
    NAKAMURA Masayuki committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    8248421 View commit details
    Browse the repository at this point in the history
  3. update minified version.

    NAKAMURA Masayuki committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    66636bc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. add 'disableAutoDisplay' option to allow developer to control when su…

    …ggestions are displayed.
    NAKAMURA Masayuki committed May 15, 2016
    Configuration menu
    Copy the full SHA
    5a3cbf4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. add 'placeOnParentElementOfInput' option in order to change the place…

    … where the sc is placed from under body to under the parent node of each input field.
    NAKAMURA Masayuki committed May 16, 2016
    Configuration menu
    Copy the full SHA
    ed530cc View commit details
    Browse the repository at this point in the history
  2. change to use 'click' event instead of 'mousedown' to select a sugges…

    …tion.
    NAKAMURA Masayuki committed May 16, 2016
    Configuration menu
    Copy the full SHA
    b8e84b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. enable to show suggestions by hitting enter key for Firefox when usin…

    …g IME.
    NAKAMURA Masayuki committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    f674a26 View commit details
    Browse the repository at this point in the history
  2. update minified file

    NAKAMURA Masayuki committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    c37ea11 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. prevent it from sending selected item by hitting enter key when it is…

    … selected by mouseover, not arrow keys.
    NAKAMURA Masayuki committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    ea50d21 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    5613328 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. fix locking issue.

    NAKAMURA Masayuki committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    c29123a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. add a public method for unlocking.

    NAKAMURA Masayuki committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    112f50c View commit details
    Browse the repository at this point in the history
  2. fix minified file

    NAKAMURA Masayuki committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    e9f5edb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. add compositionendHandler which is almost same as keyupHandler but li…

    …sten to compositionend event
    NAKAMURA Masayuki committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    b51a467 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge pull request #1 from petitroto/feature/support-compositionend

    support compositionend
    petitroto authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    4c67995 View commit details
    Browse the repository at this point in the history
  2. update minified

    NAKAMURA Masayuki committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    d6ffbf7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/support-compositionend'

    NAKAMURA Masayuki committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    bc06f50 View commit details
    Browse the repository at this point in the history
Loading