Skip to content

Commit

Permalink
Fix autocomplete paged field styling bug (#1331)
Browse files Browse the repository at this point in the history
* Fix autocomplete paged field styling bug

* Readme
  • Loading branch information
simonziegler authored Apr 29, 2024
1 parent bb4bdcb commit 24874de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@typeparam TItem


<div class="mb-autocomplete @ActiveConditionalClasses @(@class)"
<div class="mb-autocomplete @(@class)"
style="@style"
id="@id">
<MBTextField @attributes="@AttributesToSplat()"
Expand All @@ -28,7 +28,7 @@

<div class="mdc-menu-surface--anchor">
<div @ref="@MenuReference"
class="mdc-menu-surface @ActiveConditionalClasses @(@class)"
class="mdc-menu-surface @ActiveConditionalClasses"
style="@style"
@onfocusin="OnMenuFocusIn"
@onfocusout="OnMenuFocusOut"
Expand Down
19 changes: 19 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ title: ReleaseNotes
---
# Release Notes

#### [5.3.3](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.3)

Released 2024-04-29

**Updates**
- Fixes and `MBAutocompletePagedField` styling bug.

**New components**

**New features**

**Breaking Changes**

**Deprecated Components**

**Known issues**

<br />

#### [5.3.2](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.2)

Released 2024-04-11
Expand Down

0 comments on commit 24874de

Please sign in to comment.