Patrick
Patrick
Any news on the pull request? I only included radzen to have an autocomplete / select and search with multi selection. https://blazor.radzen.com/dropdown-multiple
> There is 1 good and 1 bad news. Start with bad one: > > * The experimental MudList and MudSelect will not add into core library in short period....
Could be related to the ticket: https://github.com/minio/minio-dotnet/issues/1131 @ebozduman
You can create your own wrapper component which supports two way binding. CodeInput.razor ~~~c# @using BlazorMonaco.Editor @inject IJSRuntime JSRuntime @code { private readonly string _id = Guid.NewGuid().ToString(); private StandaloneEditorConstructionOptions _options...