From cf7e8a9cb13ff0dd53856bf0419a3f940b3b2c87 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 8 May 2023 18:10:40 +0100 Subject: [PATCH] update roadmap --- docs/roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 148156fba..6b88e74a5 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -45,7 +45,7 @@ Widgets are key to making user-friendly interfaces. The builtin widgets should c - [x] DataTable * [x] Cell select * [x] Row / Column select - * [ ] API to update cells / rows + * [x] API to update cells / rows * [ ] Lazy loading API - [ ] Date picker - [ ] Drop-down menus @@ -61,6 +61,7 @@ Widgets are key to making user-friendly interfaces. The builtin widgets should c * [ ] Validation * [ ] Error / warning states * [ ] Template types: IP address, physical units (weight, volume), currency, credit card etc +- [X] Select control (pull-down) - [X] Markdown viewer * [ ] Collapsible sections * [ ] Custom widgets