customd / jquery-number

Easily format numbers for display use. Replace numbers inline in a document, or return a formatted number for other uses.
https://www.customd.com/articles/14/jquery-number-format-redux
MIT License
442 stars 402 forks source link

When using Slovak keyboard numbers are entered with Shift + the numeric key #115

Open tsonev opened 8 years ago

tsonev commented 8 years ago

When windows is setup to use Slovak keyboard, numbers are entered as combination with Shift key(see screenshot). Thus the .number mask does not allow Shift + keycode for number because then it falls in the e.shiftKey && _keydown.shifts.hasOwnProperty(code) clause.

image

bobdenardd commented 7 years ago

Not to mention the french keyboard... I was very eager to use this plugin, however this makes it unusable in any french project :(

KateKati commented 4 years ago

Czech keyboard the same, what do you use instead?

maieul commented 4 years ago

maybe http://www.decorplanit.com/plugin/ ?