web/Omnibox: increase max length to 512 characters
This commit is contained in:
parent
5dc0cf1772
commit
f7da62e817
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue