You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I think we should support these widgets or a variation of them in the long run:
A combobox or similar is the main widget I think we should build when implementing Layers #30.
A number field should be possible currently. The main challenge here is to reuse text editing logic nicely. Text Selection for text_input widget #202 is somewhat related to this.
A tree widget would be great, but I am not sure if we will currently find any important blockers. I'd love to see exploration attempts in this area.
I'd love to take a stab at the tree widget, but I think I'm gonna need some pointers. The way I see it, a tree contains some sort of content and a vector of children. But when rendering it, there also has to be something you can click to collapse it. Should that just be a Button? And if so, at what point is it created? Is it part of the Tree struct?
I would also like to add input masks and relevant validation and placeholders to depict the mask, ie. phone, zip+4, email, date. As for date is concerned a simple mask would suffice but maybe a more explicit control with calendar popup would be a consideration as well. similar to a dropdown.
edit: reference
Wondering about support for following widgets:
Do you plan to support 1/2, with 3 maybe a wishlist item?
The text was updated successfully, but these errors were encountered: