Hide Sharepoint Number field step contorl

I there a way to hide the step control within the Sharepoint Number/Currency Field?

Dear @cwalter2,
Please, try the following CSS code:

.k-numeric-wrap .k-select{
  display: none !important;
}
1 Like