aurelia-ui-toolkits / aurelia-materialize-bridge

Materialize CSS components for Aurelia
http://aurelia-ui-toolkits.github.io/demo-materialize/
MIT License
156 stars 53 forks source link

Range component limits are being ignored #544

Closed Vheissu closed 5 years ago

Vheissu commented 5 years ago

The range component appears to be ignoring minimum and maximum values provided to the component. Enter "10" as a minimum value and "20" as a maximum, you can drag the slider below 10 and above 20. I have a Gist here where the issue can be seen: https://gist.run/?id=31b44be0b5fcf068bcd25607dcf2e42c

Playing around with that Gist created from the samples, you can see all values being provided to the plugin are actually being ignored.

MaximBalaganskiy commented 5 years ago

It's a demo bug. md- atrtibute prefixes should be removed

MaximBalaganskiy commented 5 years ago

Fixed

Vheissu commented 5 years ago

Legend. Love your work @MaximBalaganskiy