[FEATURE] make TextArea impl more similar to EditView
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
For example: both EditView and TextArea can be disabled or enabled but TextArea miss **with_enabled** function which EditView has. Or EditView has great **set_on_edit** but TextArea hasn't, etc
In my personal case I just found that EditView is not enough for my use-cases, but migrating to TextArea is not that simple.
Contributor guide
Assessment
This issue has not been assessed yet.