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 currently working on this issue and noticed that the RecordChip component used in UI has a forceDisableClick prop. Enabling it does make the chip non-clickable, but it feels like a bit of a naive approach.
Would it be better to create a new component for this use case, or should I use the AvatarChip directly within ChipFieldDisplay?
@prastoin Hey, I've addressed the issue where ChipFieldDisplay was rendering a clickable chip even in contexts where it should be non-interactive. Let me kow if there are some other fixes or solutions in this.
Bug Description
Screen.Recording.2025-03-28.at.10.28.06.mov
Expected behavior
Element should not be clikclable
Technical input
Should use classic Chip ( not Link )
The text was updated successfully, but these errors were encountered: