You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -726,11 +726,21 @@
726
726
"desc":"The first argument to the getList method must be a non-empty string.",
727
727
"fix":"The first argument to <a href='docs#methods:getList'><code class='js plain'>getList</code></a> should be the name of a <a href='docs#list_object'>List Object</a> that is defined on <a href='docs#config_object:lists'><code class='js plain'>lists</code></a>."
728
728
},
729
+
{
730
+
"id":3193,
731
+
"desc":"Could not find a valid value for optionHTML. Resorted to using value property \"<propertyName>\"",
732
+
"fix":"AutoComplete could not find a valid <code class='js plain'>optionHTML</code> on either the <a href='docs#option_object:optionHTML'>Option Object</a> or the <a href='docs#list_object:optionHTML'>List Object</a> so it resorted to using the first string <a href='docs#option_object:value'><code class='js plain'>option.value</code></a> property it could find."
733
+
},
729
734
{
730
735
"id":3776,
731
736
"desc":"Invalid Value returned from your custom onChange function.",
732
737
"fix":"If you specify an <a href='docs#config_object:onChange'><code class='js plain'>onChange</code></a> function, it must return an array of <a href='docs#token_object'>Token Groups</a>."
733
738
},
739
+
{
740
+
"id":3843,
741
+
"desc":"optionHTML function did not return a string.",
742
+
"fix":"If you provide a function for <a href='docs#list_object:optionHTML'><code class='js plain'>optionHTML</code></a> it must return an HTML string."
743
+
},
734
744
{
735
745
"id":4823,
736
746
"desc":"Error in removeTokenGroup method. Token group index \"<tokenGroupIndex>\" does not exist.",
0 commit comments