We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error Unable to call component method. Public method [reverseGeocodeUsing] not found on component is thrown once an address is selected.
Unable to call component method. Public method [reverseGeocodeUsing] not found on component
Geocomplete::make('customer_location_raw') ->live() ->isLocation() ->required() ->prefixIcon('heroicon-o-map-pin') ->label('Customer Address') ->countries(['uk']) ->reverseGeocodeUsing(function (array $results) { ray($results); })
The text was updated successfully, but these errors were encountered:
Try putting use InteractsWithMaps; in the resource's create and edit class
use InteractsWithMaps;
Sorry, something went wrong.
This fixed it, thanks!!
No branches or pull requests
The error
Unable to call component method. Public method [reverseGeocodeUsing] not found on component
is thrown once an address is selected.The text was updated successfully, but these errors were encountered: