When using the Material theme, the label shows over the text in the textarea when typing and the text scrolls up.
This is visible in you demo page. https://demos.telerik.com/blazor-ui/textarea/label
Looks like some styling is missing or wrong as it does not happen when using the Default styling.
I have an AnimationContainer component which I have configured to Slide Left from the right hand side of the viewport.
The animation is working just right.
I've tried putting a Window component inside the AnimationContainer component hoping that the Window would appear from the right hand side of the viewport as it slowly animates sliding left.
What actually happens is the AnimationContainer component continues to animate and slide in left slowly but the Window component just abruptly appears on screen with no animation. When the AnimationContainer component is closed it slides back slowly to the right hand side of the viewport and the Window component remains visible for a few more milliseconds afterwards, before it abruptly disappears.
It would be a good feature to add to the product to allow a Window component to use animations whether that be by adding an animation property to the Window component directly or by making the AnimationContainer component work better with the Window component.
Thanks.
The Blazor AnimationContainer has Top, Left, Width and Height properties to customise where the container will appear.
I want to be able to slide in a container using the AnimationType="AnimationType.SlideLeft" so that it appears that the container has slid in from the right hand edge of the browser window.
I'm not sure if I can achieve this as I'm guessing I would need to set a Right property (which doesn't exist on the component) to zero?
I have attached an example of what I'm trying to achieve.

Is it possible to draw vertical or horizontal lines on the chart?, to display as limits? I could not find any examples of it. Its just for user to check if the series data are within the limits set.
Thanks
Trying the LoaderContainer component, and it's really great.
I have quite a tall Grid component, and when triggering a long action from the top or bottom rows of the grid, the spinner animation and "Loading" text is not visible unless you scoll to the vertical centre of the grid where it's actually being rendered.
The dark overlay does show and that's probably enough to indicate something's happening on the back end, but is there an easy way to make this animation show in the centre of the visible part of the browser window?
Thanks,
Peter
If the form has more than one column, the fields are placed in columns based upon how they were laid out in the HTML. For example, field 1 is placed in column 1, field 2 in column 2, field 3 in column 1, etc.
Is there a way, without using a form group, to to control which column is used to render the field? For example, fields 1 & 2 are placed in column 1, and field 3 is placed in column 2.
If that is not possible, then the FormGroup element should be changed so that when the LabelText is not provided, the legend html element is not rendered.
Hello,
I am using the menu component and am noticing that submenus can remain visible after moving the mouse cursor off them.
An example: https://raw.githubusercontent.com/austineric/StaticAssets/master/Example1.gif
(The example uses sample code from https://demos.telerik.com/blazor-ui/menu/index)
I've had users move their mouse that way by chance and it makes the navigation confusing. Is there anything I can do differently to avoid the behavior?
Thanks,
Eric