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.