vue-touch-keyboard icon indicating copy to clipboard operation
vue-touch-keyboard copied to clipboard

How to remove Next button from numeric layout

Open rimonmath opened this issue 6 years ago • 5 comments

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

rimonmath avatar May 31 '18 07:05 rimonmath

I have the same question but for "Normal Layout"

Thanks

azzic avatar Jun 04 '18 01:06 azzic

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.

azzic avatar Jun 04 '18 02:06 azzic

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.

simultsop avatar May 08 '19 23:05 simultsop

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

cybanjar avatar Aug 24 '20 06:08 cybanjar

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

suhashoney avatar Oct 10 '21 04:10 suhashoney