Stephan Kieburg
Stephan Kieburg
### Description TabView does not initialize BindingContext on custom controls correctly. Weirdly, it works when wrapping it in an additional standard control. See sample repository: https://github.com/Hottemax/XamarinTabViewBug ```xml ``` ### Steps...
Somebody created this issue here, and I have the exact same issue when trying to draw a QR code image onto a pdf document: https://forum.pdfsharp.net/viewtopic.php?f=2&t=4121 My code is basically the...
One of the only standard UI building blocks that is missing is [SearchBar](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/searchbar). The material specification for SearchBar is [here](https://m3.material.io/components/search/specs). Would be nice to have it in UraniumUI 💯
In our code, we wanted to reuse a named DataTemplate that was defined in our Styles.xaml: ```xaml ``` and apply as an implicit style it as a default to all...
# Resources [Issue.zip](https://github.com/empira/PDFsharp/files/13650534/Issue.zip) # Reporting an Issue Here PdfDocuments with AcroForms have display issues when opening in certain viewers / print preview on Apple. Code snippet (found inside Issue.zip): ```csharp...
Reproduction branch: https://github.com/StepKie/MauiPlayground/tree/uranium/textfield-clear-861 To reproduce, start typing into the first text field (clear icon does not show at the start in either case when initial Text is set directly in...
See behavior in attached gif: Opposed to the behavior of the "regular" TextField, the AutoCompleteTextField does not close the soft keyboard on clicking enter or pressing enter on the keyboard...
In our code, we wanted to reuse a named DataTemplate that was defined in our Styles.xaml: ```xaml ``` and apply as an implicit style it as a default to all...
The functionality I am often searching for lies somewhere between PickerField and AutoCompleteText field. The user story is basically I want to enter something in a field, and if it...