Page 1 of 1

VL-Web: How to hide the buttons to increase or decrease the numeric value (RESOLVED).

Posted: Thu Oct 03, 2019 2:38 pm
by Rieko Saitoh
Hi,

I have placed a numeric input field in the list in VL Web page. When the focus is set to this numeric input field, buttons to increase or decrease the numeric value are displayed.
spinner.png
spinner.png (13.92 KiB) Viewed 6919 times
Can I hide this buttons?

Thank you.

Best regards,
Rieko Saitoh
LANSA japan

Re: VL-Web: How to hide the buttons to increase or decrease the numeric value.

Posted: Thu Oct 03, 2019 5:00 pm
by dannyoorburg
Hi Rieko,

Try changing the class of the column from PRIM_LIST.Number into PRIM_LIST.String... it'll still be numeric if the source is numeric but now the visualisation is a normal edit box instead of a spin edit.

Danny

Re: VL-Web: How to hide the buttons to increase or decrease the numeric value.

Posted: Mon Oct 07, 2019 5:35 pm
by Rieko Saitoh
Hi Danny,

I changed the column class, then the spin button no longer appears. I could achieved my goal. Thank you so much for your support!!

Best regards,
Rieko Saitoh
LANSA japan