diff --git a/entries/autocomplete.xml b/entries/autocomplete.xml index 362e0cce..5a6061e5 100644 --- a/entries/autocomplete.xml +++ b/entries/autocomplete.xml @@ -35,6 +35,7 @@ + 1.8 diff --git a/entries/datepicker.xml b/entries/datepicker.xml index 0a587129..0695a7fa 100644 --- a/entries/datepicker.xml +++ b/entries/datepicker.xml @@ -48,6 +48,7 @@ + 1.0 diff --git a/entries/spinner.xml b/entries/spinner.xml index a9bd4127..595ea7f6 100644 --- a/entries/spinner.xml +++ b/entries/spinner.xml @@ -29,6 +29,7 @@ + 1.9 diff --git a/notes.xsl b/notes.xsl index 3072976b..88bcccec 100644 --- a/notes.xsl +++ b/notes.xsl @@ -4,6 +4,9 @@ This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point. + + This widget manipulates its element's value programmatically, therefore a native change may not be fired when the element's value changes. +