diff --git a/src/js/Combobox.jsx b/src/js/Combobox.jsx index c22e339..9c38a9a 100644 --- a/src/js/Combobox.jsx +++ b/src/js/Combobox.jsx @@ -214,6 +214,10 @@ NS.Combobox = (function(React) { } }, + componentWillReceiveProps: function(nextProps) { + this.setData(nextProps.data); + }, + // Custom component methods // Private _timerId: null,