Hide arrows when numeric text box is read only

When the numeric textbox is read-only I do not want the arrows at the end to show.


1 Reply 1 reply marked as answer

BC Berly Christopher Syncfusion Team March 31, 2021 08:21 AM UTC

Hi Danyelle, 
  
Greetings from Syncfusion support. 
  
We can hide the up / down keys with help of ShowSpinButton as false in the NumericTextBox component. Kindly refer the below code example. 
  
  
<SfNumericTextBox TValue="int?" Value=10 Readonly="true" ShowSpinButton="false"></SfNumericTextBox> 
 
  
  
Screenshot: 
  
 
  
Regards, 
Berly B.C 


Marked as answer
Loader.
Up arrow icon