sib-form-dropdown not selected when extra-context + set + image field ?!
https://jsfiddle.net/tebcsu8h/
In case you need it :
<html>
<head>
<meta charset="UTF-8">
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.2.7/webcomponents-loader.js"></script>
<script type="module" src="https://unpkg.com/@startinblox/core@0.7"></script>
</head>
<body>
<sib-form
data-src="https://risefor-mobilisation.happy-dev.fr/api/actions/1/"
data-fields="theme"
label-theme="Thème*"
widget-theme="sib-form-placeholder-dropdown"
range-theme="https://risefor-mobilisation.happy-dev.fr/api/actionthemes/"
></sib-form>
<sib-form
data-src="https://risefor-mobilisation.happy-dev.fr/api/actions/1/"
data-fields="line-1"
set-line-1="image, theme"
widget-theme="sib-form-placeholder-dropdown"
range-theme="https://risefor-mobilisation.happy-dev.fr/api/actionthemes/"
extra-context='{"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "lat": "geo:lat", "lng": "geo:long"}'
></sib-form>
</body>
</html>