Hi Syakir,
For the mentioned objective, try to define the below mentioned CSS definition in the Screen Scope or the module Scope (Style Sheet section)
[data-input][type="number"]::-webkit-inner-spin-button,
[data-input][type="number"]::-webkit-outer-spin-button {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
See this sample app-NumberInputTask
Note: Make sure that the Input widget Type is Number

Hope this helps you!
Kind regards,
Benjith Sam