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
I'm probably missing some implementation issue here but ReactiveRawAutocomplete is not displaying the correct value of the object when the object is set programmatically, it's just showing the toString() value of the object. for example:
I'm probably missing some implementation issue here but ReactiveRawAutocomplete is not displaying the correct value of the object when the object is set programmatically, it's just showing the toString() value of the object. for example:
Here I expected that the initial value will be 'Perekani Group' displayed in the field. Why is it showing an 'instance of group'?
The text was updated successfully, but these errors were encountered: