diff --git a/HISTORY.md b/HISTORY.md
index f41738f..2591241 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,7 @@ v2.0.0
==========================
* updated dependencies for design refresh
* removed unused code: px-input-group-design
+* updated to work with new dropdown api
v1.5.10
==========================
diff --git a/css/px-demo-code-editor-styles.html b/css/px-demo-code-editor-styles.html
index 59592a3..587aec1 100644
--- a/css/px-demo-code-editor-styles.html
+++ b/css/px-demo-code-editor-styles.html
@@ -1,10 +1,10 @@
\ No newline at end of file
diff --git a/css/px-demo-styles.html b/css/px-demo-styles.html
index c06de15..eddc9a6 100644
--- a/css/px-demo-styles.html
+++ b/css/px-demo-styles.html
@@ -1,10 +1,10 @@
\ No newline at end of file
diff --git a/px-demo-props.html b/px-demo-props.html
index 79e275b..f8686c1 100644
--- a/px-demo-props.html
+++ b/px-demo-props.html
@@ -37,7 +37,7 @@
-
{{_getFieldLabel(item)}}
+
{{_getFieldLabel(item)}}
@@ -74,9 +74,8 @@
-
-
-
+
+
@@ -339,7 +338,7 @@
* Binds a dropdown input event to the prop.value it should change.
*/
_handleDropdownInput: function(evt) {
- this._syncToProp(evt.target.prop, evt.detail.val, evt.target.dataDebounce);
+ this._syncToProp(evt.target.prop, evt.detail.val, evt.target.dataDebounce);
},
/**
* Binds a typeahead selected event to the prop.value it should change.