From 3077589cffcb8f521ec6fb565fd9e7f2ca5183f3 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 27 Jan 2024 19:58:15 +0200 Subject: [PATCH] todo --- client/src/ui/select.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/ui/select.js b/client/src/ui/select.js index ee36f2d783..be60941b14 100644 --- a/client/src/ui/select.js +++ b/client/src/ui/select.js @@ -239,6 +239,7 @@ const Select = { /** * Set options. + * @todo Side effects may occur if called multiple times. Workaround is to re-initialize. To be fixed. * * @param {Element|JQuery} element An element. * @param {{value: string, text: string}[]} options Options.