расширение лимитов инпутов
This commit is contained in:
parent
3d35ef033a
commit
2f843b4c96
@ -60,7 +60,7 @@ export default function NewFieldParent({
|
||||
value={quiz.config.formContact.fields[defaultValue].text}
|
||||
placeholder={placeholderHelp}
|
||||
text={""}
|
||||
maxLength={20}
|
||||
maxLength={150}
|
||||
/>
|
||||
</Box>
|
||||
<Box sx={{ display: "flex", flexDirection: "column", gap: "15px" }}>
|
||||
@ -75,7 +75,7 @@ export default function NewFieldParent({
|
||||
value={quiz.config.formContact.fields[defaultValue].innerText}
|
||||
placeholder={placeholderField}
|
||||
text={""}
|
||||
maxLength={20}
|
||||
maxLength={150}
|
||||
/>
|
||||
</Box>
|
||||
</>
|
||||
|
@ -738,7 +738,7 @@ export default function StartPageSettings() {
|
||||
quiz.config.startpage.button = e.target.value;
|
||||
})
|
||||
}
|
||||
maxLength={15}
|
||||
maxLength={150}
|
||||
/>
|
||||
<Typography
|
||||
sx={{
|
||||
@ -791,7 +791,7 @@ export default function StartPageSettings() {
|
||||
quiz.config.info.orgname = e.target.value;
|
||||
})
|
||||
}
|
||||
maxLength={25}
|
||||
maxLength={150}
|
||||
/>
|
||||
<Typography
|
||||
sx={{
|
||||
|
Loading…
Reference in New Issue
Block a user