File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 189
189
</longdesc >
190
190
<note id =" functional-css" />
191
191
<note id =" native-change-warning" />
192
+ <note >
193
+ Creating a datepicker on an <code >< input type="date"> </code > is not supported due to a UI conflict with the native picker.
194
+ </note >
192
195
<added >1.0</added >
193
196
<options >
194
197
<option name =" altField" default =' ""' example-value =' "#actualDate"' >
Original file line number Diff line number Diff line change 30
30
</longdesc >
31
31
<note id =" functional-css" />
32
32
<note id =" native-change-warning" />
33
+ <note >
34
+ Creating a spinner on an <code >< input type="number"> </code > is not supported due to a UI conflict with the native spinner.
35
+ </note >
33
36
<added >1.9</added >
34
37
<options >
35
38
<option name =" culture" type =" String" default =" null" example-value =' "fr"' >
Original file line number Diff line number Diff line change 7
7
<xsl : when test =" @id = 'native-change-warning'" >
8
8
This widget manipulates its element's value programmatically, therefore a native change event may not be fired when the element's value changes.
9
9
</xsl : when >
10
+ <xsl : otherwise >
11
+ <xsl : apply-templates />
12
+ </xsl : otherwise >
10
13
</xsl : choose >
11
14
</xsl : template >
12
15
</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments