Skip to content

Commit

Permalink
Datepicker / Spinner: Document inability to use new input types. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvantoll authored and scottgonzalez committed Apr 25, 2013
1 parent 13b5fab commit 2636157
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entries/datepicker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
</longdesc>
<note id="functional-css"/>
<note id="native-change-warning"/>
<note>
Creating a datepicker on an <code>&lt;input type="date"&gt;</code> is not supported due to a UI conflict with the native picker.
</note>
<added>1.0</added>
<options>
<option name="altField" default='""' example-value='"#actualDate"'>
Expand Down
3 changes: 3 additions & 0 deletions entries/spinner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
</longdesc>
<note id="functional-css"/>
<note id="native-change-warning"/>
<note>
Creating a spinner on an <code>&lt;input type="number"&gt;</code> is not supported due to a UI conflict with the native spinner.
</note>
<added>1.9</added>
<options>
<option name="culture" type="String" default="null" example-value='"fr"'>
Expand Down
3 changes: 3 additions & 0 deletions notes.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<xsl:when test="@id = 'native-change-warning'">
This widget manipulates its element's value programmatically, therefore a native change event may not be fired when the element's value changes.
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>

0 comments on commit 2636157

Please sign in to comment.