Commit 21e2ca4
MudCombobox: Bugfixes (#297)
* MudCombobox: Bugfixes
-Bug origin: HandleOnClick method
-Bugfix: NullReferenceException for Value property
-Bugfix: ArgumentOutOfRangeException for properItems property
Improvements:
-Applied some applicable IntelliSense suggestions
-Made KeyInterceptorOptions static
-Reworked: ToggleOption method
-Feature: Pressing ESC while the edit/search box has focus, will now close the menu
* Restored global.json
* Fixed bug in ActiveFirstItem()
---------
Co-authored-by: Jeffrey Jangli <Jeffrey.Jangli@kpn.com>
Co-authored-by: Mehmet Can Karagöz <78308169+mckaragoz@users.noreply.github.com>1 parent 4a6b082 commit 21e2ca4
4 files changed
Lines changed: 164 additions & 176 deletions
File tree
- CodeBeam.MudBlazor.Extensions/Components/ComboBox
- ComponentViewer.Docs/Pages/Examples
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 160 | + | |
0 commit comments