The number field renders a basic number input field. It accepts the following props:
'salesTaxAmount' => [ 'type' => 'number', 'label' => 'Sales Tax Amount', 'default' => 0, 'min' => 0, 'max' => 100, 'step' => 0.01,],