habics
habics
Hi, will this be available for TextEditor widget too or only for Text widget #2291
Please consider adding this feature to TextEditor widget too
> * Should this apply to `TextEditor`s as well? Yes please, imo TextEditor is a TextInput on steroids, it should have all the behavior of TextInput plus more features. There...
@Koranir I understand, thank you for taking a closer look.
Run into the same issue using a dropdown widget:  1. Can't select "Two" from the list. 2. When selecting "Four" from the list, the button underneath the list registers...
@jrmoulton Still the same issue unfortunately, here is the example that shows it: ```Rust use floem::reactive::{create_rw_signal, create_signal}; use strum::IntoEnumIterator; use floem::view::View; use floem::views::{h_stack, label, v_stack, Decorators}; use floem::widgets::dropdown::dropdown; use floem::widgets::{button,...
Not sure but maybe updating cosmic-text dependency to latest version solves this problem, current used one is 0.7.0 which seems pretty outdated.