Fix templateResult into templateSelection
This commit is contained in:
parent
c58f76b15c
commit
7b92aaa115
@ -6552,7 +6552,7 @@ class Form
|
||||
templateResult: formatResult, /* For 4.0 */
|
||||
// Specify format function for selected item
|
||||
formatSelection: formatSelection,
|
||||
templateResult: formatSelection /* For 4.0 */
|
||||
templateSelection: formatSelection /* For 4.0 */
|
||||
});
|
||||
});'."\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user