[#478] load selected relation items before the other options

This commit is contained in:
Gani Georgiev
2022-09-18 01:18:54 +03:00
parent 978fdd3ce7
commit 9814dda8e4
12 changed files with 22 additions and 22 deletions
@@ -14,7 +14,7 @@
};
}
// leave the validation to the api
// note: leave the validation to the api
// $: if (!CommonHelper.isEmpty(options.values) && options.maxSelect > options.values.length) {
// options.maxSelect = options.values.length;
// }