Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout with a custom separator and randomize property #4

Open
aldrinm opened this issue Jul 19, 2016 · 2 comments
Open

Layout with a custom separator and randomize property #4

aldrinm opened this issue Jul 19, 2016 · 2 comments

Comments

@aldrinm
Copy link

aldrinm commented Jul 19, 2016

Layout with a custom separator and randomize property results in stray buttons at the end of each row

var numericLayout = ['7|8|9|'+$.keypad.CLOSE,
                '4|5|6|' + $.keypad.CLEAR,
                '1|2|3|' + $.keypad.BACK,
                '0']; 
$('#defaultKeypad').keypad({
    separator: '|', 
    randomiseNumeric: true, 
    keypadOnly: false, 
    layout: numericLayout
});

jquery-keypad-issue-pic

@kbwood
Copy link
Owner

kbwood commented Jul 19, 2016

What options did you specify to produce this?

@aldrinm
Copy link
Author

aldrinm commented Jul 19, 2016

Oops...forgot to add the sample code. Just updated the comment now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants