intelicoreact 1.1.38 → 1.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -212,6 +212,7 @@ var InputAddress = function InputAddress(_ref) {
|
|
|
212
212
|
var onBlur = function onBlur() {
|
|
213
213
|
if (typeof query === 'string' && !isSelectedFromList) {
|
|
214
214
|
setQuery('');
|
|
215
|
+
onChange('');
|
|
215
216
|
setInternalError(true);
|
|
216
217
|
}
|
|
217
218
|
|
|
@@ -278,6 +279,7 @@ var InputAddress = function InputAddress(_ref) {
|
|
|
278
279
|
var renderListItem = function renderListItem(item, i) {
|
|
279
280
|
var fullPrediction = item.fullPrediction;
|
|
280
281
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
282
|
+
key: "input-address__list-item".concat(i),
|
|
281
283
|
className: (0, _classnames.default)('input-address__list--item', {
|
|
282
284
|
'input-address__list--item-hightlighted': i === hightlightedIndex
|
|
283
285
|
}),
|