mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 03:21:20 -05:00
fix: Smiley Rating Question on iPhone / WebKit (#2195)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user