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

How to remove Next button from numeric layout #23

Open
rimonmath opened this issue May 31, 2018 · 5 comments
Open

How to remove Next button from numeric layout #23

rimonmath opened this issue May 31, 2018 · 5 comments

Comments

@rimonmath
Copy link

I want to use the numeric layout without Next button. Let me know is it possible to remove multiple buttons such as "_" and "." buttons

@azzic
Copy link

azzic commented Jun 4, 2018

I have the same question but for "Normal Layout"

Thanks

@azzic
Copy link

azzic commented Jun 4, 2018

I Found a solution:
https://codepen.io/leandromatos/pen/EoeoGr
Look at the "js" file and should be able to figure it out.

Would be nice to have a functionality available by the component that will allow to do that, instead of overriding the Layouts variable.

@simultsop
Copy link

Creating a whole layout for Next button consumes time, sometime we just need to customize the Next button only, its appearance and text. Doing it with with JS or CSS, it doesn't feel right. It would really come handy, to have it on options.

@cybanjar
Copy link

How to custome button, add 000, enter? I'm not found solve, Help me bro

@suhashoney
Copy link

suhashoney commented Oct 10, 2021

zero: { key: "0", width: 130 }
Just change key value to 000
zero: { key: "0000", width: 130 }

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

5 participants