mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/Omnibox: increase max length to 512 characters
This commit is contained in:
parent
5dc0cf1772
commit
f7da62e817
|
@ -150,7 +150,7 @@
|
|||
spellcheck="false"
|
||||
autocomplete="off"
|
||||
autocapitalize="off"
|
||||
maxlength="256"
|
||||
maxlength="512"
|
||||
placeholder={$t("save.input.placeholder")}
|
||||
aria-label={$t("a11y.save.link_area")}
|
||||
data-form-type="other"
|
||||
|
|
Loading…
Reference in a new issue