diff --git a/front/core/components/input-number/index.html b/front/core/components/input-number/index.html
index 3ff74a116..bebeb6a31 100644
--- a/front/core/components/input-number/index.html
+++ b/front/core/components/input-number/index.html
@@ -3,7 +3,7 @@
{
this.validateValue();
});
@@ -94,6 +94,7 @@ ngModule.component('vnInputNumber', {
min: '',
max: '',
step: '',
+ displayControls: '',
rule: '@?',
value: '=model',
validate: '&',
diff --git a/modules/agency/front/basic-data/index.html b/modules/agency/front/basic-data/index.html
index e823458fa..4d0a67bdf 100644
--- a/modules/agency/front/basic-data/index.html
+++ b/modules/agency/front/basic-data/index.html
@@ -37,7 +37,8 @@
min="0"
step="1"
label="Traveling days"
- field="$ctrl.zone.travelingDays">
+ field="$ctrl.zone.travelingDays"
+ display-controls="false">
+ step="0.20"
+ display-controls="false">
+ step="0.20"
+ display-controls="false">
diff --git a/modules/agency/front/create/index.html b/modules/agency/front/create/index.html
index 4a4237fd9..0a8c08207 100644
--- a/modules/agency/front/create/index.html
+++ b/modules/agency/front/create/index.html
@@ -39,7 +39,8 @@
value="$ctrl.zone.travelingDays"
step="1"
label="Traveling days"
- field="$ctrl.zone.travelingDays">
+ field="$ctrl.zone.travelingDays"
+ display-controls="false">
+ min="0.00"
+ step="0.20"
+ display-controls="false">
+ min="0.00"
+ step="0.20"
+ display-controls="false">