Premium support for our pure JavaScript UI components


Post by liuyan@honeycombtech »

Hi,

hidestep.jpg
hidestep.jpg (197.37 KiB) Viewed 229 times

How to hide step arrow button in NumberField?

I set maxLength = 8, when I set value as '99999.99' , then click step up button. The value set to '100000.99'. More than 8 maxlength.

2022-05-20 18.14.46.gif
2022-05-20 18.14.46.gif (215.71 KiB) Viewed 229 times

Post by tasnim »

Sure, You can remove it like this :

triggers : {
    spin : false
  }

Post Reply