mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
add aria-label
This commit is contained in:
parent
0d42d148c0
commit
56d4a9ac5f
@ -136,7 +136,8 @@ define([
|
||||
type:"number",
|
||||
value: opts.maxLength,
|
||||
min: 100,
|
||||
max: 5000
|
||||
max: 5000,
|
||||
'aria-label': Messages.form_editMaxLength
|
||||
});
|
||||
maxLength = h('div.cp-form-edit-max-options', [
|
||||
h('span', Messages.form_editMaxLength),
|
||||
@ -244,7 +245,8 @@ define([
|
||||
type:"number",
|
||||
value: v.max,
|
||||
min: 1,
|
||||
max: v.values.length
|
||||
max: v.values.length,
|
||||
'aria-label': Messages.form_editMax
|
||||
});
|
||||
maxOptions = h('div.cp-form-edit-max-options', [
|
||||
h('span', Messages.form_editMax),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user