Hao Sun

Results 5 issues of Hao Sun

I am using a web api based on `Microsoft.AspNetCore.OData`, which only accepts `DateTime` value with time zone info, like `2021-03-11T00:12:37.616+08:00` and `2021-03-11T00:12:37.616Z`. `2021-03-11T00:12:37.616` is not valid. However, the value of...

### 1. Default DatePicker with ShowTime paramter not set Code: ```C# @using System.Text.Json Click Me @code { DateTime? myDateTime = DateTime.Now; void Change(DateTimeChangedEventArgs e) { Console.WriteLine(JsonSerializer.Serialize(e.Date)); Console.WriteLine(JsonSerializer.Serialize(myDateTime)); } void Click()...

### Is your feature request related to a problem? Without xml comments, it's hard to get enough information from the library metadata. ### Describe the solution you'd like ### Additional...

documentation
help wanted

### Describe the bug ![动画01](https://user-images.githubusercontent.com/54608128/123533013-ad4a2e80-d744-11eb-978a-159510e0f124.gif) --------------another gif------------------- ![动画02](https://user-images.githubusercontent.com/54608128/123533017-b0451f00-d744-11eb-8edb-003251f5589a.gif) react antD behavior: ![动画03](https://user-images.githubusercontent.com/54608128/123533050-ea162580-d744-11eb-8acf-d885f4303e64.gif) ### Steps to reproduce (please include code) https://antblazor.com/en-US/components/datepicker#components-datepicker-demo-time ### Exceptions (if any) ### Further technical details - AntDesign...

### Is your feature request related to a problem? Please describe. first inspired by #1455, row number column is a common column type for a table. ### Describe the solution...

enhancement