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

Stop re-rendering Blueprint components when moving component on the landing page #3669

Open
arifsuleman opened this issue Jul 23, 2019 · 0 comments

Comments

@arifsuleman
Copy link

Hi,
I am using Blueprint components like Select, input ,etc. I am moving component on landing page from one position to another using CSS where I encounter an issue of component re-render. What happen is: For example,

  1. The blueprint select component is placed on screen on position A using CSS
  2. User select some items from list
  3. User clicks on Swap component button that moves component using CSS to another position
  4. Component moves to other position but resets its value because of re-render on every move.
    Is that a way to stop re-rendering Blueprint component when moving them using CSS on same page?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant