Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Slider): default precision to 2 #1279

Merged
merged 2 commits into from
Sep 14, 2016
Merged

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    a735543 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. fix(Slider): default precision to 2

    There was currently no precision formatting within the Slider.
    
    While sometime the computed interpolated value for the slider would be
    23.0000003 we would refine Algolia with that and this would end up
    showing in other widgets.
    
    So we default to precision 2 within all number formatting within the
    slider by default.
    
    fixes
    #1254 (comment)
    and linked to https://github.com/algolia/algoliasearch-
    magento/issues/546
    vvo committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    afe3f0a View commit details
    Browse the repository at this point in the history