From 15fd5dd1d927d1c932f7f71f6d032b2cc91bc799 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Sat, 1 Sep 2018 22:41:14 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index e7ef970f..8d1cd621 100644 --- a/TODO.md +++ b/TODO.md @@ -15,9 +15,9 @@ https://zhuanlan.zhihu.com/p/39369370 - [ ] Key accessibility for controls - Check List - [x] Button: ENTER / SPACE - - [ ] ComboBox: Keyboard enter focus to select item workflow + - [x] ComboBox: Keyboard enter focus to select item workflow - [ ] Ribbon / Tab: Jump between tabs - - [ ] List: Item selection / Traversing / Scrolling (h/v) + - [x] List: Item selection / Traversing / Scrolling (h/v) - [ ] TextBox / DocumentBox: Scrolling (h/v) - [ ] DatePicker / DateComboBox: Selecting - [ ] Scroll / Tracker: AutoFocus property (default to true, false in scroll view) / Keyboard operations