Selected value not showing sometimes

Hi there,

On my edit form, the existing value of a select field is not showing up sometimes, but if I refresh the page sometimes it shows up. I have no idea why this is happening but the values from server connect are being passed just fine.

image image

<select id="inp_FKspokenLanguages" class="form-control select" name="FKspokenLanguages" dmx-bind:value="sc_editSpecialist.data.repeatLocations[0].FKspokenLanguages" dmx-bind:options="sc_langList.data.q_langList" optiontext="language" optionvalue="languageID"><option value="">Choose language</option> </select>

Does anyone know why this is happening, I am having the same issue on 2 other select fields.

Community Page
Last updated: