@vgip/meta-ui 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3146,7 +3146,7 @@ class FieldSelect extends FieldAbstract {
3146
3146
  }
3147
3147
  else {
3148
3148
  if (value) {
3149
- for (const o of this.meta.options) {
3149
+ for (const o of this.options) {
3150
3150
  if ((value.id || value) === (o.id || o.value || o.name || o)) {
3151
3151
  this.model = o;
3152
3152
  this.value = this.modelToValue(o, this.meta.valueType);