Numeric type - hide inc/dec

Hi
1.Is there a way to hide the inc/dec controls on a numeric control at design time?
2. Even though the numeric is bound to an int?, it displays as a float in the actual control ie 123 displays 123.0000 - it there a way to correct his?

Thanks
Tim

Hi @timt,

  1. Is there a way to hide the inc/dec controls on a numeric control at design time?

No at the moment but this is something we can easily expose as a boolean property.

  1. Even though the numeric is bound to an int?, it displays as a float in the actual control ie 123 displays 123.0000 - it there a way to correct his?

I couldn't reproduce that. Is there any additional configuration involved?

Hi
It seems I was wrong as item 2 is working now.

Is there a way to hide the inc/dec controls on a numeric control at design time?

Has this Boolean been implemented yet? If not, is there any CSS snippet you can share for this?

I figured out the CSS. The property setting would still be really nice.

.ui-button:not(.ui-state-disabled), .ui-paginator-element:not(.ui-state-disabled) { display: none; }