aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/components/input_list.texi
blob: bdc00ecb72b9d14df846b4a81a8c283b0faa592d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@subsection input_list.js

@deftp {Web Component} InputList
@wcindex <input-list>
@wcindex input-list
@code{<input-list>}

A list of identical input fields, which forms a group. For example
useful to handle keywords.

@deftypeivar DateTimeInput {any[]} value
The value from each element, except the last which should always be empty.
Has an unspecified type, since children:s value field might give non-strings.
@end deftypeivar

@end deftp