Skip to content

Commit

Permalink
disable formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Aug 2, 2024
1 parent 7a8c4a7 commit 3d176e3
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"type": "rangeCurrency"
},
"yearBuilt": {
"type": "rangeInt"
"type": "rangeInt",
"disableFormatting": true
},
"bedroomCount": {
"type": "rangeInt"
Expand All @@ -108,12 +109,14 @@
"fromYearBuilt": {
"type": "int",
"min": 0,
"max": 2100
"max": 2100,
"disableFormatting": true
},
"toYearBuilt": {
"type": "int",
"min": 0,
"max": 2100
"max": 2100,
"disableFormatting": true
},
"fromPrice": {
"type": "currency"
Expand Down

0 comments on commit 3d176e3

Please sign in to comment.