diff --git a/src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx b/src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx index 2c60fc401..9573d625f 100644 --- a/src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx +++ b/src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx @@ -67,7 +67,7 @@ export const MultipleAnswersField = () => { ); }} placeholder={t('Maximum number of votes (from 2 to 10)')} - type='number' + type='text' value={max_votes_allowed} />