- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Fri, 22 Mar 2019 16:37:14 +0100
- To: " XForms" <public-xformsusers@w3.org>
https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_select_Element
<instance>
<data xmlns="">
<choice>one two four five</choice>
</data>
</instance>
<select ref="choice" selection="open">
<item><label>Un</label><value>one</value>
<item><label>Deux</label><value>two</value>
<item><label>Trois</label><value>three</value>
</select>
What is displayed initially? This?
[x] Un
[x] Deux
[ ] Trois
[x] four
[x] five
(Current spec says the values are "retained", but says nothing about
displaying)
Steven
Received on Friday, 22 March 2019 15:37:41 UTC