HumanSignal / HumanSignal/label-studio

Image tag "valueList" property does not work

Open
#4,789 5 comments 0 reactions 1 assignee Assigned to @hogepodge View on GitHub
community:fix community:reviewed
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

**Describe the bug**
According to [image tag docs,](https://labelstud.io/tags/image) there's a "valueList" property that allow to display a list of images defined in a data variable.
In the bottom of the docs there's an example for this feature. The example is broken as well, and does not display anything.

**To Reproduce**
Steps to reproduce the behavior:
1. Create a new project with the following custom template
```





```
2. upload the following data file
```
{
"data": { "images": ["https://picsum.photos/200/200", "https://picsum.photos/200/200", "https://picsum.photos/200/200"]}
}
```
3. go to created task, images are not visible

**Expected behavior**
images should be visible

**Screenshots**
![image](https://github.com/HumanSignal/label-studio/assets/1129358/ab13f959-c239-45c0-b35d-78fb9d6ccc03)

**Environment (please complete the following information):**
- OS: Ubuntu
- Browser: google chrome
- Label Studio Version - label studio cloud (free trial)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.