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,
- The blueprint select component is placed on screen on position A using CSS
- User select some items from list
- User clicks on Swap component button that moves component using CSS to another position
- 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?