How to remove up and down arrows on numeric textbox

Is there any way to remove the step arrows on the numeric textbox?  I need the space and most numeric values I have do not need stepping.  

1 Reply 1 reply marked as answer

SP Sureshkumar P Syncfusion Team September 29, 2020 11:29 AM UTC

Hi Michael, 
 
Greetings from Syncfusion support. 
 
We can achive your requirement by using ShowSpinButton property value as false.  
 
Please find the code example. 
<SfNumericTextBox TValue="int" Value="12345" ShowSpinButton="false"></SfNumericTextBox> 
 
Regards, 
Sureshkumar P 


Marked as answer
Loader.
Up arrow icon