fundamental-ngx icon indicating copy to clipboard operation
fundamental-ngx copied to clipboard

fdp-multicheckbox issue with same name

Open prasad-userdev opened this issue 2 years ago • 2 comments

Is this a bug, enhancement, or feature request?

Bug

Briefly describe your proposal.

I am using fdp-multicheckbox component.

Example: If Apple is from Fruits category and again Apple is from Fruits1 category, it looks like: image

Multicheckbox stackblitz link - Just type Apple and select

RealWorld example - If two users have same name but belong to a different group. Then we are observing this issue.

Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)

13.3.4

If this is a bug, please provide steps for reproducing it.

Multicheckbox stackblitz link - Just type Apple and select

Please provide relevant source code if applicable.

Is there anything else we should know?

Please fix this ASAP Reference -

prasad-userdev avatar Aug 22 '22 04:08 prasad-userdev

yes, seems like a problem. You are probably using default Array DataProvider, which does not reflect RealWorld scenario and its meant more to work with local arrays. Better approach is to implement custom DataProvider and even here you can implement custom DataProvider, where you implement custom search logic.

fkolar avatar Aug 24 '22 14:08 fkolar

The example which I have shared is for easy understanding purpose only

prasad-userdev avatar Aug 24 '22 15:08 prasad-userdev