add input box for sliders

This commit is contained in:
Bilal Catic
2019-10-30 10:54:05 +01:00
parent cbbed137e6
commit 9033114545
4 changed files with 144 additions and 51 deletions

View File

@@ -5,8 +5,7 @@ const PRICE_SLIDER_OPTIONS = {
max: [300000]
},
step: 1000,
connect: true,
tooltips: true
connect: true
};
//This will be used for Flats, Apartments, Houses
@@ -17,8 +16,7 @@ const HOME_SIZE_SLIDER_OPTIONS = {
max: [400]
},
step: 5,
connect: true,
tooltips: true
connect: true
};
const GARDEN_SIZE_SLIDER_OPTIONS = {
@@ -28,8 +26,7 @@ const GARDEN_SIZE_SLIDER_OPTIONS = {
max: [10000]
},
step: 100,
connect: true,
tooltips: true
connect: true
};
const LAND_SIZE_SLIDER_OPTIONS = {
@@ -39,8 +36,7 @@ const LAND_SIZE_SLIDER_OPTIONS = {
max: [100000]
},
step: 100,
connect: true,
tooltips: true
connect: true
};
const GARAGE_SIZE_SLIDER_OPTIONS = {
start: [10, 20],
@@ -49,8 +45,7 @@ const GARAGE_SIZE_SLIDER_OPTIONS = {
max: [150]
},
step: 2,
connect: true,
tooltips: true
connect: true
};
const GARAGE_PRICE_SLIDER_OPTIONS = {
@@ -60,8 +55,7 @@ const GARAGE_PRICE_SLIDER_OPTIONS = {
max: [100000]
},
step: 500,
connect: true,
tooltips: true
connect: true
};
const AD_TYPE = {