Jianxun Cheng
Jianxun Cheng
 [复现代码](https://github.com/dnt1996/uni-app-vue3-test/tree/uni-ui-with-pnpm)
### Reproduction example https://codesandbox.io/s/sparkling-sky-5g3t2j?file=/src/App.test.js ### Prerequisites 1. Render ` Disabled Checkbox` 2. Click on the label element ### Expected behavior checkbox should not be checked ### Actual behavior checkbox is...
### Reproduction example https://codesandbox.io/s/elastic-surf-6qegdh?file=/src/App.test.js ### Prerequisites 1. Render `` 2. Type `abc` 3. Press `{ArrowLeft}{Backspace}{Backspace}` ### Expected behavior input element value should be 'c' and cursor position should be 0...