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've noticed that with multiple instances each with a high number of options say 100+ this library will bring load times to a crawl. For example a page containing 500 rows each with an inline select with 500 options will nearly crash Chrome. Bringing this down to 50 rows will cause the render time to be 20+ seconds. Is there a way we can possibly add some optimizations to this so that it will work with larger data sets?
I've noticed that with multiple instances each with a high number of options say 100+ this library will bring load times to a crawl. For example a page containing 500 rows each with an inline select with 500 options will nearly crash Chrome. Bringing this down to 50 rows will cause the render time to be 20+ seconds. Is there a way we can possibly add some optimizations to this so that it will work with larger data sets?
For example here https://plnkr.co/edit/PaXz9NnN7NzE0h6hnIaX?p=preview:
The text was updated successfully, but these errors were encountered: