Skip to content

Commit

Permalink
rounded price slider values to the nearest hundred
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlajara committed May 14, 2024
1 parent 6814c3f commit 8121e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ais-ecommerce-demo-app/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ search.addWidgets([
container: '#range-slider',
attribute: 'price',
min:5,
precision: -2,
}),
]);

Expand Down

0 comments on commit 8121e2f

Please sign in to comment.