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

Multi-select values blink #6011

Open
Bonapara opened this issue Jun 25, 2024 · 1 comment
Open

Multi-select values blink #6011

Bonapara opened this issue Jun 25, 2024 · 1 comment
Assignees
Labels
scope: front Issues that are affecting the frontend side only type: bug Something isn't working

Comments

@Bonapara
Copy link
Member

Bonapara commented Jun 25, 2024

Bug Description

Multi-select values blink and are not registered when clicked to be selected or deselected.

CleanShot.2024-06-25.at.10.34.48.mp4
@Bonapara Bonapara added type: bug Something isn't working scope: front Issues that are affecting the frontend side only labels Jun 25, 2024
Copy link

greptile-apps bot commented Jun 25, 2024

The issue with multi-select values blinking likely originates from the rendering logic in the MultiSelectFieldDisplay or MultiSelectFieldInput components. Investigate the state management and rendering conditions in these files:

  1. MultiSelectFieldDisplay: Check the file at src/components/MultiSelectFieldDisplay.js for any unnecessary re-renders or state updates that could cause the blinking effect.

  2. MultiSelectFieldInput: Similarly, review the file at src/components/MultiSelectFieldInput.js for any issues with how state changes are handled and how the component re-renders.

Focus on optimizing the state management and ensuring that the components only re-render when necessary.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: front Issues that are affecting the frontend side only type: bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants