9d359c9b38
This fixes the results display so they prefer the `selected` property on objects over checking if the `id` matches the value of the underlying select. We only ignore the `selected` property if it is null, at that point we compare against the `id` property. This closes https://github.com/select2/select2/issues/3163.