ant-design-blazor/tests/AntDesign.Tests
Brian Weiss 26b4d948c0
feat(module: tabs): support keyboard navigation (#3320)
* fix(module: tabs): Add support for "Enter" pressed on tab.

* Fix formatting.

* Remove white space

* support arrow key navigating

* fix tests

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-08-20 00:55:44 +08:00
..
$Recorded test: add TestKit for public tests (#1248) 2021-04-04 21:37:06 +08:00
Alert test(module: alert): Add tests for alert component (#2643) 2022-08-28 01:38:43 +08:00
Avatar test(module: avatar): Add Avatar and AvatarGroup tests (#2648) 2022-08-30 12:03:35 +00:00
BackTop fix(module: backtop): doesn't remove the dom when it's invisible (#2831) 2022-10-24 13:29:47 +08:00
badge test(module: badge): Test Badge component, format document, fix small bug with class name (#2830) 2022-10-22 16:24:23 +08:00
Breadcrumb feat(module: breadcrumb): Add OnClick parameter to BreadcrumbItem, Add Tests, Remove unusable code (#2655) 2022-09-04 02:33:10 +08:00
button feat(module: button): Add DownloadButton (#2819) 2022-10-21 12:48:59 +08:00
Card feat(module: tabs): support keyboard navigation (#3320) 2023-08-20 00:55:44 +08:00
Cascader feat(module: cascader): add Disabled parameter (#2835) 2022-10-24 13:28:20 +08:00
Checkbox fix(module: checkbox): passing disabled value to templated options from checkbox group (#3365) 2023-07-27 22:48:11 +08:00
Comment test(module: comment): Add tests for Comment component (#2645) 2022-08-28 02:36:20 +00:00
Core fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale (#2855) 2022-11-04 13:46:24 +08:00
DatePicker feat(module: datepicker): Add 'ChangeOnClose' to apply the entered value when the panel is closed (#3087) 2023-08-15 23:44:33 +08:00
Divider fix(module: checkbox & switch): Checked parameter binding (#1394) 2021-04-25 01:04:21 +08:00
Drawer fix(module: drawer): Add type="button" to Drawer close button. (#3233) 2023-05-06 08:57:57 +08:00
Dropdown/DropdownButton feat(module: breadcrumb): add Href parameter and overlay dropdown (#1859) 2021-08-28 03:07:46 +00:00
Form feat(module: Form): Add RequiredMark to Form (#2930) 2022-12-15 14:02:45 +00:00
grid merge master into feature 2021-04-08 22:32:48 +08:00
Icon refactor(module: icon)Add missing ZoomOut icon to static class. Refactor IconStore. Add tests for IconService. (#2667) 2022-09-04 14:28:03 +08:00
Input feat(module: mentions): Add ability to customize the rendering (#3178) 2023-04-08 14:23:20 +08:00
InputNumber feat(module: InputNumber): support parameter Precision (#2774) 2022-10-09 19:30:10 +08:00
List tests: clean-up (#2050) 2021-10-22 12:45:00 +08:00
Mentions feat(module: mentions): Add ability to customize the rendering (#3178) 2023-04-08 14:23:20 +08:00
Menu fix(module: ResizeObserver): work incorrectly cause by wrong key type (#3030) 2023-01-20 00:28:13 +08:00
Notification refactor(module: notification): update NotificationService to use interface (#2948) 2022-12-29 17:29:00 +08:00
overlay test: add TestKit for public tests (#1248) 2021-04-04 21:37:06 +08:00
Properties test: add TestKit for public tests (#1248) 2021-04-04 21:37:06 +08:00
Radio fix(module: radio): infinite loop render after changing the bind value out of the optons. (#3287) 2023-06-05 12:36:13 +08:00
Segmented fix(module: segmented): binding value type causes an incorrect initialization selection (#2869) 2022-11-09 17:40:16 +08:00
Select feat(module: select): add AutoFocus to select base component (#3375) 2023-07-27 22:23:58 +08:00
Slider test(module: slider): Add tests and refactor. (#2818) 2022-10-20 17:27:37 +08:00
Switch fix(module: checkbox & switch): Checked parameter binding (#1394) 2021-04-25 01:04:21 +08:00
table tests: clean-up (#2050) 2021-10-22 12:45:00 +08:00
tabs fix(module: tabs): animated cause display incorrectly (#3177) 2023-04-09 16:23:26 +08:00
Tag fix(module: tag): incorrect default color and add tests (#2816) 2022-10-20 13:50:50 +08:00
Timeline fix(module: timeline): label missing (#1941) 2021-09-13 22:04:47 +08:00
Tree fix(module: tree): fix IList DataSource cannot be modify in place (#3275) 2023-06-04 16:30:48 +08:00
Typography feat(module: typography): refactor & support editable (#3173) 2023-04-06 23:14:27 +08:00
Upload fix(module: upload): wrong drag area (#2360) 2022-03-25 16:06:21 +08:00
_Imports.razor feat:(module: form): edit context dynamic change (#1504) 2021-05-11 11:13:14 +08:00
AntDesign.Tests.csproj refactor(module: icon): fix two-tone icon state update & first rendering (#2666) 2022-09-04 10:51:32 +08:00