Skip to content

Commit

Permalink
[Select] Fix position: absolute when Multiple set/not set (#3442)
Browse files Browse the repository at this point in the history
* Fix 3379 by setting position in inline style when multiple

* Fix typo in Templates.md

* Only use z-index when Multiple is false

---------

Co-authored-by: Denis Voituron <[email protected]>
  • Loading branch information
vnbaaij and dvoituron authored Feb 24, 2025
1 parent 87dc9c6 commit 29a33e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Demo/Shared/wwwroot/docs/Templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The pages created from these templates will appear like the following based on t
You can install the templates by running the following command:

```cshtml
dotnet new install Microsoft.FluentUI.AspNetCore.TemplatesCopy
dotnet new install Microsoft.FluentUI.AspNetCore.Templates
```

The current version can be found on the [NuGet site](https://www.nuget.org/packages/Microsoft.FLuentUI.AspNetCore.Templates/).
Expand Down

0 comments on commit 29a33e9

Please sign in to comment.