OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

The bugs on dropdown #9

Closed Mady-Camara closed 3 years ago

Mady-Camara commented 3 years ago
  1. The "Position" attribute is required otherwise the dropdown is not displayed. Normally it must be a Bottom if it does not exist
  2. The dropdown does not remain on the button on which it is applied. In case of scroll it remains on the screen
  3. Dropdowns do not exclude themselves, they all stay on the screen
hshimshon commented 3 years ago

i have pushed changes to the branch create-dropdown. the issue is related to the way our layout was made which is not a recommendable way to do that! to fix the issue we must change the layout.

Mady-Camara commented 3 years ago

Ok, So it’s just the layout that needs to be changed

hshimshon commented 3 years ago

indeed, frame grid style does not play well with dropdown.

hshimshon commented 3 years ago

@A-San96 @Mady-Camara i confirm, changing the layout fixed this issue.