Jing Jiawei
Jing Jiawei
> Is this issue fixed? because I also tried to add this change in the index.js file and the chrome extension just crashed! I believe the PR which fixed this...
> What customization does you need to modify on select all? For example, a fully customizable component (just like `renderCell`) which could let us define specific tabIndex, keypress/keydown actions, etc
> @ibarapascal https://github.com/hiukky/cedit > > I'm trying to do something like this but without beating around the bush with js to control caret, I think with pure css you can...
Exclude the whole folder seems work. ``` npx arkit -d src/components -e src/components/common ``` For a single file seems work too. ``` npx arkit -d src/components -e src/components/index.tsx npx arkit...