From b8a60a6d1d6325e11ba1852defde3b048eac513d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 16 Oct 2022 13:51:36 +0100 Subject: [PATCH] widgets --- docs/roadmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/roadmap.md b/docs/roadmap.md index 16b91de7c..0c4804b7b 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -28,6 +28,7 @@ Widgets are key to making user friendly interfaces. The builtin widgets should c * [ ] Row / Column select * [ ] API to update cells / rows * [ ] Lazy loading API +- [ ] Drop-down menus - [ ] Form Widget * [ ] Serialization / Deserialization * [ ] Export to `attrs` objects @@ -47,6 +48,8 @@ Widgets are key to making user friendly interfaces. The builtin widgets should c - [ ] Candlestick chars - [ ] Progress bars * [ ] Style variants (solid, thin etc) +- [ ] Radio boxes +- [ ] Sparklines - [ ] Tabs - [ ] TextArea (multi-line input) * [ ] Basic controls