This repository was archived by the owner on Sep 20, 2024. It is now read-only.
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
[BUG]: Performance issue with hundreds of CBox nodes. #241
Closed
Description
Describe the bug
The input control's response to input is slow when there are too many components on the page.
To Reproduce
Steps to reproduce the behavior:
- create 100
CBox
on a page, and aCInput
- bind the
CInput
v-model property to a var - input some text on
CInput
- You will see the respond is slowly
I create a repostory to show this issue, https://github.com/wuyongzhi/chakra-performance-issue-sample