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
Its not working. List boxes are not getting rendered. I'm getting below exception chrome's dev console:
When i debugged the code in chrome, this plugin ignoring custom values defined for valueField and textField properties in component.html. Instead, it always expecting valueField="id" and textField="name". Check below screenshot:
Are custom values supported for valueField and textField ??
Or am i doing anything wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I followed the document. I'm using code as shown below:
In component.ts file, defined property like this:
In component.html, defined like this:
This is working as expected.
But if i define, custom valueField & textField properties. Its not taking those custom fields instead always expecting id/name in data.
In component.ts file, defined property like this:
In component.html, defined like this:
Its not working. List boxes are not getting rendered. I'm getting below exception chrome's dev console:
When i debugged the code in chrome, this plugin ignoring custom values defined for
valueField
andtextField
properties incomponent.html
. Instead, it always expectingvalueField="id" and textField="name"
. Check below screenshot:Are custom values supported for
valueField
andtextField
??Or am i doing anything wrong?
The text was updated successfully, but these errors were encountered: