Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object model settings chips should not be linkChip #11255

Open
prastoin opened this issue Mar 28, 2025 · 3 comments
Open

Object model settings chips should not be linkChip #11255

prastoin opened this issue Mar 28, 2025 · 3 comments

Comments

@prastoin
Copy link
Contributor

prastoin commented Mar 28, 2025

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 )

@vinaybadgujar102
Copy link

Hey @prastoin

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
Copy link
Contributor Author

Hey @vinaybadgujar102 feel free to open a pull-request where we could discuss your solution !

@ezParth
Copy link

ezParth commented Apr 4, 2025

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔖 Planned
Development

No branches or pull requests

3 participants