Material.Avalonia icon indicating copy to clipboard operation
Material.Avalonia copied to clipboard

Material design in AvaloniaUI

Results 56 Material.Avalonia issues
Sort by recently updated
recently updated
newest added

> This is a PR draft, it will be able to merge after all related commits are applied. # 3.0 Feature update PR ## What this PR used for? This...

Same card with validation errors and with no validation errors. ![image](https://user-images.githubusercontent.com/10960735/164947764-dc93e7b9-93f4-4311-bb7d-80cade24dc08.png) Can be worked around with setting single space as hint when it's not required, but I'd rather had that...

Hi, You're using a dependency to Material.Icons from this repo : https://github.com/SKProCH/Material.Icons/ This external material icons lib by SKPoCH is great (thousands of icons) but in a end project we...

enhancement
fixed in nightly

Hello, when using `Material.Avalonia` on Mac OS the `ComboBox` does not seems to work as expected. Left clicking does not reveal the available `ComboBoxItems`. The items are only shown when...

bug

Hi, i tried using the same code as the Demo app but the Progress Bar is not showing and working correctly, i tried using the latest stable and nightly builds...

bug
needs repro

Currently I do not see a style for the `TimePicker`. Has this been lost? `DatePicker` works without any problems at this point. v2.5.0.73-nightly

enhancement

When i try to open any of the dialogs in our demo i get following exception: ``` System.InvalidCastException: Unable to cast object of type 'Material.Dialog.ViewModels.Elements.Header.Icons.DialogIconViewModel' to type 'Material.Dialog.ViewModels.DialogWindowViewModel'. at CompiledAvaloniaXaml.XamlIlHelpers.Material.Dialog.ViewModels.DialogWindowViewModel,Material.Dialog.DialogIcon!Getter(Object...

bug
fixed in 3.0 major update

It would be handy to provide user feedback when combo box value is required, with the appearance similar to TextBox one ![image](https://user-images.githubusercontent.com/10960735/164947396-c789672a-9284-4a83-a092-5d5932ef5f76.png)

enhancement

What is the best way to proceed if you want to link your existing `IDialogWindow` logic with the `DialogHost` (https://github.com/AvaloniaUtils/DialogHost.Avalonia)? Currently I have implemented all popups or dialogs in my...

bug

Steps to reproduce : Add color changes to Material.Demo following way ```C# public static void UseMaterialUIDarkTheme() { MaterialThemeStyles.BaseTheme = BaseThemeMode.Dark; MaterialThemeStyles.PrimaryColor = PrimaryColor.Green; MaterialThemeStyles.SecondaryColor = SecondaryColor.Green; } public static void...

bug
fixed in nightly