Hi,
I am trying to apply css class to the Numeric textbox as shown in below
<NumericTextBox
type="text"
className="input-widget"/>
somehow it is not working. When I inspect the same in inspector, I found that css is not visible as shown in attached screenshot-1. I tried same with Input control and it is working fine.
Can you please help me.