Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
279 stars 77 forks source link

bug(@vtmn/svelte): component `VtmnRating` call many times `$$restProps` on child #1385

Closed Tlahey closed 1 year ago

Tlahey commented 1 year ago

image

There is an issue on the restProps part, here, if the user apply a class on the VtmnRating component, this one will be applied on the main node and the first child (only if it is not readonly).

We have to defined where the data must be applied. And if the second div should apply the restProps.

thibault-mahe commented 1 year ago

Hi @Tlahey, are you still working on this issue? :)

Tlahey commented 1 year ago

Hello, I will work on it today :)