-
Notifications
You must be signed in to change notification settings - Fork 723
Closed
Description
Hello and thanks for this great keyboard,
I'm having a problem when changing the decimal separator from dot(.) to comma(,).
This is how i add a keyboard in a textarea:
$(document).ready(function () {
$('.keyboard').keyboard({
layout: 'num',
display: {
'dec': ',:Decimal'
}
});
});Why is the decimal separator not changing though?
I tried reading through your code, but the keyset you pass as an argument when adding keys in the keyboard, the dot is always used.
Reactions are currently unavailable