cursive icon indicating copy to clipboard operation
cursive copied to clipboard

[FEATURE] make TextArea impl more similar to EditView

Open inferrna opened this issue 2 years ago • 1 comments

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.

inferrna avatar Jul 27 '21 08:07 inferrna

Hi, and thanks for the report!

These are very good points, we should make them more consistent.

gyscos avatar Aug 05 '21 09:08 gyscos