mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-19 14:47:06 +02:00
web/Omnibox: increase max length to 512 characters
This commit is contained in:
parent
5dc0cf1772
commit
f7da62e817
@ -150,7 +150,7 @@
|
|||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
maxlength="256"
|
maxlength="512"
|
||||||
placeholder={$t("save.input.placeholder")}
|
placeholder={$t("save.input.placeholder")}
|
||||||
aria-label={$t("a11y.save.link_area")}
|
aria-label={$t("a11y.save.link_area")}
|
||||||
data-form-type="other"
|
data-form-type="other"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user