We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 082a027 + 256194a commit 9e720ccCopy full SHA for 9e720cc
src/jquery.fancytree.js
@@ -1883,7 +1883,7 @@ Fancytree.prototype = /** @lends Fancytree# */{
1883
generateFormElements: function(selected, active) {
1884
// TODO: test case
1885
var nodeList,
1886
- selectedName = (selected !== false) ? "ft_" + this._id : selected,
+ selectedName = (selected !== false) ? "ft_" + this._id + "[]" : selected,
1887
activeName = (active !== false) ? "ft_" + this._id + "_active" : active,
1888
id = "fancytree_result_" + this._id,
1889
$result = this.$container.find("div#" + id);
0 commit comments