Skip to content
New issue

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

Related field in Select component is not showing on a form for creating a new record #153

Closed
DriveSoft opened this issue Feb 19, 2024 · 2 comments

Comments

@DriveSoft
Copy link

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"
image

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.

@cregourd
Copy link
Collaborator

cregourd commented Mar 4, 2024

Hi @DriveSoft,

We've reproduce this case, we will work on it soon

@cregourd
Copy link
Collaborator

cregourd commented Mar 8, 2024

This bug was fix on v3.2.7 🚀

Feel free to give feedback

@cregourd cregourd closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants