ant-design-blazor/components/select/internal
Andrzej Bakun 70e724d630 fix(module: select): Select overlay resize & allow growing (#1309)
* feat(module:select): allow overlay to match item width

* fix(module:select): resize selectbox on window resize

* docs(module:select): add new parameters

* fix(module:select): add DropdownMatchSelectWidth & DropdownMaxWidth

* fix(module:select): apply same layout as antD

apply same behavior as antD for backspace
split code to default/multiple&tags
always focus on input for search-able
handle overflow & ellipsis for to long items
rendering optimization for SelectContent

* fix(module:select): backspace functionality limit
2021-04-08 22:17:44 +08:00
..
SelectContent.razor fix(module: select): Select overlay resize & allow growing (#1309) 2021-04-08 22:17:44 +08:00
SelectContent.razor.cs fix(module: select): Select overlay resize & allow growing (#1309) 2021-04-08 22:17:44 +08:00
SelectItemPropertyHelper.cs fix(module: select): Compiled method .ToString() was throwing AmbigiousMethod (#1214) 2021-03-07 00:44:13 +08:00
SelectMode.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
SelectModeExtensions.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
SelectOptionGroup.razor refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
SelectOptionGroup.razor.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
SelectOptionItem.cs fix(module: select): multiple fixes and optimizations (#1087) 2021-02-04 23:40:47 +08:00
ValueLabel.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00