Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
10 stars 4 forks source link

Title is blank when field has domain on it. #673

Closed skrishn closed 5 days ago

skrishn commented 4 weeks ago

This app there are some blank values in the titles: https://solutions.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=eb1ec6c86e7e427db37bda43bf93ffec

If you click one of them you will see the title display correctly. The issue is occurring because I am using a field from the layer and that field has a domain on it, but the values for that feature are not defined within the domain of the field, so our list is not displaying them, but the pop-up can display them.

sumitzarkar commented 3 weeks ago

@skrishn

This is becase the attribute value is not found in the layers domian for example: reqcategory = Land Use image image

We have updated the code to handle this case. In such cases we will show the attribute value instaed of the fomatted attribute value image