hotfix Quality survey button interaction (#1091)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
8f8dd5f803
commit
efc25fd4ec
1 changed files with 2 additions and 2 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue