Completed
Last Updated: 03 Jul 2019 11:45 by ADMIN
Release 1.3.0
Brandon
Created on: 29 May 2019 05:54
Category: UI for Blazor
Type: Feature Request
4
Prevent dropdowns from being clipped (limited) by their container

At the moment, dropdown and popups (like the DatePicker and DropDownList) render in the place of declaration, and CSS rules from their parent elements affect them heavily (for example, they are hidden behind grid cells when used as custom editors).

The popups should be detached and rendered higher in the DOM if possible, so they don't get confined in their parent like that. This may be applicable for more components as well.

0 comments