From 8e3bbe53fafb397f277f4f4488ee8ecd33c107c4 Mon Sep 17 00:00:00 2001 From: armine Date: Wed, 16 Aug 2023 17:12:00 +0400 Subject: [PATCH] ID-3489 [FIX] Add new appearance settings for typeahead and geolocation --- js/libs/core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/libs/core.js b/js/libs/core.js index ec6e93db..099fda82 100644 --- a/js/libs/core.js +++ b/js/libs/core.js @@ -462,7 +462,7 @@ Fliplet.FormBuilder = (function() { component.props._componentsWithDescription = { type: Array, - default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead', 'flGeolocation'] + default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead'] }; component.props._readOnlyComponents = { @@ -472,7 +472,7 @@ Fliplet.FormBuilder = (function() { component.props._flexibleWidthComponents = { type: Array, - default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix'] + default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead', 'flGeolocation'] }; component.props._idx = {