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 have recently been trying use your library for a situation that it may not of been designed for but has so far worked quite well. I have only come across one issue so far, the 'uncollapsing' of the tokens while manually removing them.
The situation; adding enough tokens for the view to concatenate to +x, then manually removing the tokens that are still visible. The outcome is that the view still displays +x, it is not re-evaluating and un-hiding the hidden spans and adjusting the count number.
Some screenshots of the process
Initial state
Select the first six (calling addObject())
Unselect the still visible tokens (calling removeObject())
Reselect the first three (calling addObject())
As the screenshots show it appears to be some really strange behaviour. Just curious if you have any work-arounds in mind? I have created a project demonstrating the issue here.
Thanks for your help, great library either way.
The text was updated successfully, but these errors were encountered:
Hey there,
I have recently been trying use your library for a situation that it may not of been designed for but has so far worked quite well. I have only come across one issue so far, the 'uncollapsing' of the tokens while manually removing them.
The situation; adding enough tokens for the view to concatenate to +x, then manually removing the tokens that are still visible. The outcome is that the view still displays +x, it is not re-evaluating and un-hiding the hidden spans and adjusting the count number.
Some screenshots of the process
Initial state
Select the first six (calling
addObject()
)Unselect the still visible tokens (calling
removeObject()
)Reselect the first three (calling
addObject()
)As the screenshots show it appears to be some really strange behaviour. Just curious if you have any work-arounds in mind? I have created a project demonstrating the issue here.
Thanks for your help, great library either way.
The text was updated successfully, but these errors were encountered: