Skip to content

Unknown custom element: <field-googleAddress> #222

Closed
@jamesdixon

Description

@jamesdixon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions