Skip to content

Commit a590629

Browse files
authored
fix: change MultipleAnswersField input element to type text (#2761)
1 parent 952612a commit a590629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const MultipleAnswersField = () => {
6767
);
6868
}}
6969
placeholder={t('Maximum number of votes (from 2 to 10)')}
70-
type='number'
70+
type='text'
7171
value={max_votes_allowed}
7272
/>
7373
</div>

0 commit comments

Comments
 (0)