Dynamic Selects not recognized binded value

Wappler 6 Beta 8
MacOS
PHP/MySQL

Dynamic Select Form fields are not recognizing binded values. Always defaults to first option.

<select id="selectEditOffice" class="form-select form-select-sm" dmx-bind:options="officelist.data.query" optiontext="officeCity" optionvalue="officeID" name="selectEditOffice" dmx-bind:value="data_detailEditStaff.data.officeCity"> </select>

Note: If I change the select to a static select menu it works as it should. This is only an issue when the select is getting options from a database.

This is still not working in Beta 9.

Fixed in Wappler 6 beta 10