ant-design-blazor/components/core
Andrzej Bakun 1d4ea440fa fix(module: textarea): default to empty string (#1305)
* chore: add GitHub Actions for auto preview (#1205)

* chore: add github actions for auto preview

* fix setup job

* chore: add GitHub Actions for auto preview (#1205)

* fix(module:textarea): add parameter DefaultToEmptyString

* fix(module:textarea): occasional crashes of js in firefox

* docs(module:input): added new param DefaultToEmptyString

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-03 15:22:11 +08:00
..
Base feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
Component/overlay fix(module: dropdown): Animations for down and up are inverse (#1274) 2021-03-24 14:11:28 +00:00
EventCallbackArgs fix(module: TextArea): sizing bug for components outside viewport (#1155) 2021-03-01 14:50:22 +00:00
Extensions feat(module: image): add image component (#1038) 2021-01-25 02:05:18 +08:00
Forms refactor: remove the form item dependency (#171) 2020-06-02 07:28:06 +08:00
HashCodes perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
Helpers fix(module: datepicker): DatePicker DisabledDate works incorect (#1298) 2021-04-02 16:08:36 +00:00
Internal feat: improve range picker (#306) 2020-07-05 00:06:34 +08:00
JsInterop fix(module: textarea): default to empty string (#1305) 2021-04-03 15:22:11 +08:00
Reflection refactor: use single RequiredAttribute in PropertyReflector (#722) 2020-10-25 19:03:58 +08:00
Services refactor: replace IdGeneratorHelper with DI service that can be replaced by user (#664) 2020-10-10 15:31:32 +08:00
_Imports.razor refactor: refactor the directory structure to match ant-design 2020-03-05 12:17:50 +08:00
AntContainer.razor feat(module: image): add image component (#1038) 2021-01-25 02:05:18 +08:00
AntSizeLDSType.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
CssSizeLength.cs fix(module: table): support more generic units for scroll x/y (#1137) 2021-02-14 20:15:53 +08:00
Direction.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
EnumValue.cs refactor: reduce dependence (#301) 2020-07-03 13:37:40 +08:00
ForwardRef.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Point.cs feat: add select component (#222) 2020-06-14 18:54:14 +08:00
RenderMode.cs perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
SortDirection.cs feat(module: table): add sort directions and default sort order (#778) 2021-01-24 13:52:57 +08:00