fix docs for select2 source param
This commit is contained in:
parent
a22fddb693
commit
5cc1efb80d
2
src/inputs/select2/select2.js
vendored
2
src/inputs/select2/select2.js
vendored
@ -305,7 +305,7 @@ $(function(){
|
|||||||
E.g. `[{id: 1, text: "text1"}, {id: 2, text: "text2"}, ...]`.
|
E.g. `[{id: 1, text: "text1"}, {id: 2, text: "text2"}, ...]`.
|
||||||
|
|
||||||
@property source
|
@property source
|
||||||
@type array
|
@type array|string|function
|
||||||
@default null
|
@default null
|
||||||
**/
|
**/
|
||||||
source: null,
|
source: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user