Closed
Description
Hi, I'm running beta 8 and getting the following error when attempting to use the googleAddress
field type:
[Vue warn]: Unknown custom element: <field-googleAddress> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <VueFormGenerator>
<App> at /Users/jamesdixon/Projects/scout/platform/prototypes/embeddable-form-widget/src/App.vue
<Root>
I'm using the following schema directly from the example:
{
type: "googleAddress",
label: "Location (googleAddress)",
model: "location",
placeholder: "Location",
onPlaceChanged(value, place, rawPlace, model, schema) {
console.log("Location changed! " + value);
}
}
Thank you!
Metadata
Metadata
Assignees
Labels
No labels