Equal-UI / Equal

Equal UI is a Vue 3 UI library empowered by Tailwindcss
https://equal-ui.github.io/Equal/
MIT License
1.21k stars 67 forks source link

[ Bug Report ] it-textarea breaks databinding #258

Closed ndovnar closed 3 years ago

ndovnar commented 3 years ago

Environment

- **node**: v15.3.0
- **equal**: v0.79.1

Current Behavior

entering text in the it-textarea component breaks data binding

Expected Behavior

Data binding shouldn't be broken after text was entered in the it-textarea component 😅

Steps To Reproduce

  1. go to playground https://codesandbox.io/s/async-paper-64n1i?file=/src/main.js
  2. enter something in the textarea
  3. click on clear or set value buttons (there is no reaction)
  4. reload playground
  5. press set value button, text has changed

Anything else?

Would be nice to add status property, similar to it-input. Thanks!

quatrochan commented 3 years ago

Fixed in 0.79.2