diff --git a/app/Views/configs/tax_config.php b/app/Views/configs/tax_config.php
index 7b970e6a6..23248082c 100644
--- a/app/Views/configs/tax_config.php
+++ b/app/Views/configs/tax_config.php
@@ -51,10 +51,6 @@
= form_input([
- 'type' => 'number',
- 'step' => 'any',
- 'min' => '0',
- 'max' => '100',
'name' => 'default_tax_1_rate',
'id' => 'default_tax_1_rate',
'class' => 'form-control input-sm',
@@ -76,10 +72,6 @@
= form_input([
- 'type' => 'number',
- 'step' => 'any',
- 'min' => '0',
- 'max' => '100',
'name' => 'default_tax_2_rate',
'id' => 'default_tax_2_rate',
'class' => 'form-control input-sm',