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: plentz/jquery-maskmoney
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 954ab41
Choose a base ref
...
head repository: lscoder/jquery-maskmoney
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e8676c
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 5, 2016

  1. changing the code to make it work on Chrome mobile

    Chrome mobile doesn't trigger the `keypress` event neither provides the key code on keydown, keyup or compositionupdate events. Unfortunately there's no way to get the same result  as on other browsers.
    lscoder authored and Leonardo Campos committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    9daf52c View commit details
    Browse the repository at this point in the history
  2. generating new dist

    lscoder authored and Leonardo Campos committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    649ad04 View commit details
    Browse the repository at this point in the history
  3. fixing chrome mobile cursor issue

    user must be able to enter a value when cursor is positioned in the end of the field and its value is '0.00'
    lscoder authored and Leonardo Campos committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    58c5ffb View commit details
    Browse the repository at this point in the history
  4. user must be able to change the cursor position on Chrome mobile

    lscoder authored and Leonardo Campos committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    7e8676c View commit details
    Browse the repository at this point in the history
Loading