uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.

Results 272 uno.extensions issues
Sort by recently updated
recently updated
newest added

## Current behavior I am following the instructions in the documentation below to implement selection in a combobox. I discover that combobox is able to identify item firstly selected and...

kind/bug
area/mvux

## What would you like to be added: `ViewMapNotFoundException` ## Why is this needed: Hard to figure out what is wrong on runtime

kind/enhancement
triage/untriaged

![image](https://github.com/user-attachments/assets/3c1381e5-7446-4249-be31-f5c3a4011149) ## Current behavior `IKeyValueStorage.GetKeysAsync` returns keys with `_ADCSSS` suffix ## Expected behavior `IKeyValueStorage.GetKeysAsync` returns keys without `_ADCSSS` suffix ## How to reproduce it (as minimally and precisely as possible)...

kind/bug
triage/untriaged

## Current behavior Cannot activate `IKeyValueStorage` because of missing `ISettings` ## Expected behavior Calling `UseStorage` adds all required services ## How to reproduce it (as minimally and precisely as possible)...

kind/bug
triage/untriaged

You state ``` C# /// /// Gets a value saved under that name. If that value does not exist, throws a . /// ValueTask GetAsync(string key, CancellationToken ct); ``` ##...

kind/bug
triage/untriaged

## Current behavior If `MessageDialog` is used without a title it throws an exception on platforms other than windows. ## Expected behavior No exception. ## Workaround Set the title to...

kind/bug
triage/untriaged

See issue: https://github.com/unoplatform/uno.chefs/issues/1151 We should match the navigation route organization in the TestHarness app to demonstrate the need for unique routes for each path that you can take to navigate...

kind/bug

### Current behavior I created a new App with the UnoApp Template and Localization and Configuration enabled. I added the `ToggleLocalizationAsync()` of this [page](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Localization/LocalizationOverview.html). The Current Culture gets updated in...

kind/bug

## What would you like to be added: Consider the possibility to raise a property change on the `BindableXXXModel` itself when its `Value` change. ## Why is this needed: This...

kind/enhancement
triage/untriaged

GitHub Issue (If applicable): closes #2159 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the new behavior? New page "How...

kind/documentation