From 5e4aa8e9aba34bb101923685c23f0f6681a12812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Dec 2021 23:29:06 +0100 Subject: Add documenttation for javascript rewrite. --- doc/ref/javascript/components/input_list.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/ref/javascript/components/input_list.texi (limited to 'doc/ref/javascript/components/input_list.texi') diff --git a/doc/ref/javascript/components/input_list.texi b/doc/ref/javascript/components/input_list.texi new file mode 100644 index 00000000..bdc00ecb --- /dev/null +++ b/doc/ref/javascript/components/input_list.texi @@ -0,0 +1,16 @@ +@subsection input_list.js + +@deftp {Web Component} InputList +@wcindex +@wcindex input-list +@code{} + +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 -- cgit v1.2.3