ant-design-blazor/components/select
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
..
internal fix(module: select): Select overlay resize & allow growing (#1309) 2021-04-08 22:17:44 +08:00
style chore: sync ant-design v4.13.0 (#1181) 2021-02-28 22:41:28 +08:00
LabelTemplateItem.razor feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
LabelTemplateItem.razor.cs feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
Properties.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
Select.razor fix(module: select): load icon for multiple mode & value reload on delay (#1307) 2021-04-03 17:53:25 +00:00
Select.razor.cs fix(module: select): Select overlay resize & allow growing (#1309) 2021-04-08 22:17:44 +08:00
SelectLocale.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
SelectOption.razor fix(module: select): multiple fixes and optimizations (#1087) 2021-02-04 23:40:47 +08:00
SelectOption.razor.cs fix(module: select): multiple fixes and optimizations (#1087) 2021-02-04 23:40:47 +08:00
SimpleSelect.cs feat(module: select): add a simple select with string type (#836) 2020-11-28 10:02:35 +08:00