fix: Smiley Rating Question on iPhone / WebKit (#2195)

This commit is contained in:
Piyush Gupta
2024-03-07 16:48:47 +05:30
committed by GitHub
parent d01b293a27
commit 57d117eb98
@@ -70,7 +70,7 @@ export default function RatingQuestion({
type="radio"
name="rating"
value={number}
className="absolute left-0 h-full w-full cursor-pointer opacity-0"
className="invisible absolute left-0 h-full w-full cursor-pointer opacity-0"
onChange={() => handleSelect(number)}
required={question.required}
checked={value === number}