I have several forms that use multiple selectables on the same page. They all work fine when adding new data. However, when the edit screen is loaded all of the selectables show "None". The actual data values are there, but no display values are shown. As you can imagine, this is troubling. Some of this started back with
this ticket. That was related to focusing on the first field. That has been removed.
The issue appears to be related to loading the "data-selectable-url". When this issue occurs I can click on the list icon next to the selectable, refresh the page, and the items display as they are suppose to. It does not matter which selectable field I choose. Just forcing the data to load on one of them forces them all to load. As a work around I do a jquery ".get" for one of the urls in the header. It solves the problem, but is less than ideal.
In my setup I have large data sets behind my selectables (that is why I am using them). I make use of the "get_query" method in the lookups so I can filter data by user group. I also use javascript label formatting. Outside of that everything is vanilla.