TIPOFF / addresses

Laravel Package to manage addresses & interact with Address API
MIT License
0 stars 2 forks source link

Make searchable City Nova fields display titles #130

Open chx2 opened 3 years ago

chx2 commented 3 years ago

When using a searchable City Nova component, the search appears to display a numeric ID. This process currently seems somewhat unclear and requires additional work each time someone uses a searchable city field. For example, in the demo app I went to create a Domestic Address and wanted to add my hometown of Des Moines, IA. My search returned 21222:

Screen Shot 2021-04-12 at 8 45 10 AM

Once I saved the resource, it is then referenced once again by an ID, not the actual name of the city.

Screen Shot 2021-04-12 at 8 46 40 AM

If I click on the ID from the previous screen, I can then finally view the city name, two screens later to verify that I actually picked the correct city:

Screen Shot 2021-04-12 at 8 47 46 AM

It may not be a bad idea at least on the intial searchable component to display city titles.

drewroberts commented 3 years ago

I want the Nove Titles to include the state abbreviation like we do with Market. Good catch, Chris. I'll update this one.