DevTKSS
DevTKSS
## What would you like to be added: I would like to have a object or numeric identifyier per ListState/ListFeed Item, to know on which position this Item is, without...
## Current behavior ```cs // Explicit selection states to bridge UI selection (ListView SelectedItem/SelectedItems) public IState SelectedName => State.Empty(this).ForEach(async (item, ct) => { this.Log().LogInformation("SelectedName did change to {item}", item); });...
## Current behavior Using the `AddCustom` Authentication Extension of Uno, the DI Service Registration fails silently with: ```txt 08-29 18:16:31.585+02:00 D/Uno.UI.Xaml.Core.PointerCapture: Button-01BB9D65: Releasing (Any) capture of pointer Mouse/1 [18:16:31 DBG]...
## Current behavior clicking on login on a desktop targeting app with web auth using, this clicking does not do anything ## Expected behavior same behavior -> open browser? like...
## Current behavior `.UseValidation()` is unknown in the hostbuilder even after adding it to the csproj file as UnoFeature? ## Expected behavior Should be known at least after adding it...
## What would you like to be added: Extensions Navigator for WebView2 that: - should be able to have NavigationCache, which could be implemented via NavigationCompleted + Source so we...
## What would you like to be added: `Command` or `SelectionChanged**Command**` on our Toolkit TabBar ## Why is this needed: Compared to e.g. ListView or GridView from WinUI the `TabBar`...
[Card][DataTemplate][MVUX] How to bind to a State via DataTemplate in App-wide RessourcesDictionary?
## What would you like to be added: I would like to have a Sample, that not only binds to a normal complex Type than does work with a e.g....