Skip to content

Fix rating on mobile 2: electric boogaloo

Alexander Schoch requested to merge fix-rating-on-mobile into main

The Mantine Rating Component is apparently buggy on mobile.

The problem is that sometimes (often), the value and the component are not in sync. Thus, one can enter a 3.5 in the Rating component, and the value gets updated to 4.

Using another component for this rating should fix this.

Merge request reports