diff --git a/src/inputs/select2/select2.js b/src/inputs/select2/select2.js index ab1fe1c..d6342b9 100644 --- a/src/inputs/select2/select2.js +++ b/src/inputs/select2/select2.js @@ -305,7 +305,7 @@ $(function(){ E.g. `[{id: 1, text: "text1"}, {id: 2, text: "text2"}, ...]`. @property source - @type array + @type array|string|function @default null **/ source: null,