This commit is contained in:
joyal007
2023-10-04 09:34:15 +05:30

View File

@@ -120,6 +120,7 @@ export default function MultipleChoiceSingleQuestion({
<input
type="radio"
id={otherOption.id}
tabIndex={questionChoices.length + 1}
name={question.id}
value={otherOption.label}
className="h-4 w-4 border border-slate-300 focus:ring-0 focus:ring-offset-0"