You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help={__('Type in a pair of latitude longitude coordinates. You can also type in the name of the location if your API Key has Geocoding API and Places API enabled.',i18n)}
62
-
onChange={value=>{
63
-
props.onTextChange(value)
64
-
}}
65
-
/>
66
+
<divclassName="stk-control__location-control">
67
+
<DynamicContentControl
68
+
enable={true}
69
+
hasPanelModifiedIndicator={true}
70
+
{ ...dynamicContentProps}
71
+
>
72
+
<TextControl
73
+
label={__('Location',i18n)}
74
+
ref={ref}
75
+
value={props.value}
76
+
help={__('Type in a pair of latitude longitude coordinates. You can also type in the name of the location if your API Key has Geocoding API and Places API enabled.',i18n)}
0 commit comments