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
A bug after updating to version 3.2.6, A related field in Select component is not showing on a form for creating a new record.
I have on form Select component to pick a city which shows: City (Country)
City: { title: "Cities", toString: (city) => `${city.name} (${city.country?.name})`, },
But instead to see a country name in parenthesis, I see "undefined"
But it happens only on form for creating record, when I'm editing a record, then the country name is showing in a Select component.
The text was updated successfully, but these errors were encountered:
Hi @DriveSoft,
We've reproduce this case, we will work on it soon
Sorry, something went wrong.
This bug was fix on v3.2.7 🚀
Feel free to give feedback
No branches or pull requests
A bug after updating to version 3.2.6,
A related field in Select component is not showing on a form for creating a new record.
I have on form Select component to pick a city which shows: City (Country)
But instead to see a country name in parenthesis, I see "undefined"

But it happens only on form for creating record, when I'm editing a record, then the country name is showing in a Select component.
The text was updated successfully, but these errors were encountered: