Can I use an observer to change a dropdown list
I have an json file with exiftool information for several images.
Now I choose the file with a browse button and fill the needed image number manually.
I was wondering if it's possible, with an observer:
when the file is choosen can I then update the dropdown list with new values ?
The idea is to populate the dropdown list with values (image numbers) from the choosen file.
