* Update InputNumber.razor.cs
Fixed the problem of failed copy and paste of each score of the number
* revert irrelevant changes
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: tree-select): Mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set. (#2757)
* remove irrelevant changes
* fix converting keys to value
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: overlay): Parent overlay hides irregularly when child is open or closed. (#3836, #3837)
* clean code
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* refactor: Update TextArea.razor.cs
Updated TextAreaInfo to be a public class so that JSInterop calls can be setup for unit tests.
Closes#3714
* refactor: Update TextArea.razor.cs
Remove TextAreaInfo class from TextArea.razor.cs and define in new file with namespace AntDesign.Internal
* refactor: Create TextAreaInfo.cs
Remove TextAreaInfo class from TextArea.razor.cs and define in new file with namespace AntDesign.Internal
* refactor: Update TextArea.razor.cs
Add AntDesign.Internal using statement for TextAreaInfo class
* refactor: Update TextAreaTests.razor
Use the AntDesign.Internal namespace for TextAreaInfo
* fix(module: table): resizable table with ScrollY
* fix lint
* fix resizable table with both scroll x and y
* fix test
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: thirking <king2381955@sina.com>
* feat(module: form): form name attribute
* fix build error
* update the official files
* support ssr binding
* support formitem name
* fix name attribute value
* fix radio static checked style
* fix border
* fix less
* fix stop propagation
* fix field name
* feat(module: form): Add Method and FormName parameter for Form (#3608)
* Add Method parameter
* Add also the FormName parameter
* add documentation
* update documentation
* use Name instead of new FormName
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)
* Add FilterExpression on select for customize how to filter when searching
* Remove CultureInfo as parameter for filter.
Update example and documentation.
* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.
* Add test for filterExpression to check is working fine with the default and custom.
* feat(module: comment): avatar placement (#3670)
* feat(module: tabs): add CreatePage method for reusetabs (#3671)
* Update ReuseTabsService.cs
pr3660
* Update ReuseTabsService.cs
* Update ReuseTabsService.cs
* refactor
* fix build error
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Add Header RenderFragment parameter to dialogs for customizable headers
* refactor header
* add a demo
---------
Co-authored-by: Sebastian Jura <sebajura1234@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: jxcproject <cazyyan86@163.com>
* feat(module: form): form name attribute
* fix build error
* update the official files
* support ssr binding
* support formitem name
* fix name attribute value
* fix radio static checked style
* fix border
* fix less
* fix stop propagation
* fix field name
* feat(module: form): Add Method and FormName parameter for Form (#3608)
* Add Method parameter
* Add also the FormName parameter
* add documentation
* update documentation
* use Name instead of new FormName
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)
* Add FilterExpression on select for customize how to filter when searching
* Remove CultureInfo as parameter for filter.
Update example and documentation.
* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.
* Add test for filterExpression to check is working fine with the default and custom.
* feat(module: comment): avatar placement (#3670)
* feat(module: tabs): add CreatePage method for reusetabs (#3671)
* Update ReuseTabsService.cs
pr3660
* Update ReuseTabsService.cs
* Update ReuseTabsService.cs
* refactor
* fix build error
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Add Header RenderFragment parameter to dialogs for customizable headers
* refactor header
* add a demo
---------
Co-authored-by: Sebastian Jura <sebajura1234@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: jxcproject <cazyyan86@163.com>
* Add FilterExpression on select for customize how to filter when searching
* Remove CultureInfo as parameter for filter.
Update example and documentation.
* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.
* Add test for filterExpression to check is working fine with the default and custom.
* Add Method parameter
* Add also the FormName parameter
* add documentation
* update documentation
* use Name instead of new FormName
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>