From 3656a8f6ac206755c5ea024db4998eda5100e8e1 Mon Sep 17 00:00:00 2001 From: Matias Larsson Date: Thu, 7 Jul 2016 15:06:16 +0200 Subject: [PATCH] [AutoComplete] Use dataSourceConfig.text instead of value as primaryText when rendering AutoComplete menu item We were using itemValue instead of itemText which made the AutoComplete menu render the wrong property as primaryText. --- src/AutoComplete/AutoComplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoComplete/AutoComplete.js b/src/AutoComplete/AutoComplete.js index dcfdb7b352629c..774d0e22369cbd 100644 --- a/src/AutoComplete/AutoComplete.js +++ b/src/AutoComplete/AutoComplete.js @@ -449,7 +449,7 @@ class AutoComplete extends Component { value: ( ),