Avoid initial request to server on creation

This commit is contained in:
Nathan Gray 2014-03-18 14:51:33 +00:00
parent f1d7dd7a0e
commit 53f0873583

View File

@ -950,7 +950,6 @@
break;
}
self._processSuggestions();
if(cfg.value !== null) {
ms.setValue(cfg.value);
self._renderSelection();