hotfix Quality survey button interaction (#1091)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -60,7 +60,7 @@ export function StarRatingInput({
|
||||
<label
|
||||
className={styles.hideElement}
|
||||
id={"starInvisibleLabel" + String(index)}
|
||||
htmlFor={String(index)}
|
||||
htmlFor={"starInput" + String(index)}
|
||||
>
|
||||
{t("{{count}} stars", {
|
||||
count: index,
|
||||
@@ -69,7 +69,7 @@ export function StarRatingInput({
|
||||
<label
|
||||
className={styles.starIcon}
|
||||
id={"starIcon" + String(index)}
|
||||
htmlFor={String(index)}
|
||||
htmlFor={"starInput" + String(index)}
|
||||
>
|
||||
{index <= (hover || rating) ? (
|
||||
<StarSelected />
|
||||
|
||||
Reference in New Issue
Block a user