Place field does not store additional fields #3629
Answered
by
crynobone
StanBarrows
asked this question in
Q&A
-
Description:I have a Place field within my application and would like to store latitude & longitude based on the Place Input. When entering a place, the autocomplete for latitude & longitude works. But after updating the form, the values are empty, plus no entries are saved within the database. Detailed steps to reproduce the issue on a fresh Nova installation:Add the following database schema to a model Create a Laravel Nova Place field within your Model Resource Add decimal casts to your model |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Nov 11, 2021
Replies: 1 comment 1 reply
-
|
Laravel Nova doesn't send |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
StanBarrows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Laravel Nova doesn't send
readonlyfield when submitting the form, maybe try usingHiddenfield?