MobileBlazorBindings
MobileBlazorBindings copied to clipboard
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
Hello fans of Mobile Blazor Bindings! As some of you may know, we are working on productizing some key components of Mobile Blazor Bindings and will release them later this...
``` ``` Throws compile error: /Users/davidortinau/work/mbbstarter/mbbstarter/MainPage.razor(17,34): error CS1525: Invalid expression term ')' [/Users/davidortinau/work/mbbstarter/mbbstarter/mbbstarter.csproj]
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Fix #460 . ```razor ... public string ItemDisplay(PickerModel model) { return $"❤️{model.Name}❤️"; } ```  I haven't changed property name (to ItemDisplaySelector) so far, but I'd be happy to do...
Currently in our Picker implementation `ItemDisplayBinding` property has a string type, which represents property name which should be displayed, so if I have the following item type: ```csharp class Item...
I have created an App with MobileBlazorBindings. The Problem is, when I minimize the App and keep it for a while. Let's say overnight. After that when I maximize, the...
Since MAUI supports passing additional parameters during navigation, would be great if MBB supported that as well. https://docs.microsoft.com/en-us/dotnet/maui/fundamentals/shell/navigation#pass-data
Fixes #454 . I've added the support for text child content, and a small page in the ControlGallery for Labels.