troibe / material-components-web-miso

Matiso - Material components for Miso
https://www.matiso.dev
7 stars 0 forks source link

Use normal value in Decoder #35

Closed troibe closed 3 years ago

troibe commented 3 years ago

Why:

As mentioned in #22 the current method of getting the slider value is slow and not type safe leading to stutter and crashes.

What:

This change uses the normal target.value again and depends on https://github.com/dmjio/miso/pull/647#issue-595112031.

Testing:

Before image
After image