Maui.FreakyControls
Maui.FreakyControls copied to clipboard
FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
Hi there, it would be nice to implements behaviors for Entry from communitytoolkit For example: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/text-validation-behavior Problem: FreakyTextInputLayout derives from ContentView and FreakyEntry is not binded, nor public. Any idea...
This is not working for the time being and needs changes, and fixes for the time the focus is not working as expected and needs more research
Hello, I want all the text to be selected, when the control gets focus (is tabbed on) I tried the code below, but it does not seem to work. Any...
- PinCodeControls keyboard can now automatically resize itself based on available space, and has been tested on Android and iOS, Tablets and non-tab devices - The keyboard has some new...
### Description If I enter larger number values into the FontSize property of the TextInputLayouts control, the title/placeholder label doesn't resize and position accordingly between the placeholder location and the...
Hello! I´m using your "FreakyPinCodeControl" in an iOS app. I don´t know how to change the size of the keyboardbuttons and how to reduce the space between them. Can you...
I need some features to change the look of the cancel button 1. It would be nice to have a possibility to hide the cancel button or to set the...
Hi, I'm trying to create an app where screen space is very limited (my bad), and it would be nice to be able to enlarge the size of the list...
I'm getting the exact same error as described in this GitHub issue on the latest version https://github.com/dotnet/maui/issues/17165 I'm testing it using a simulator running VS code on a Mac
### Description Just set a default text to the TIL ### Code ``` ``` ### Expected Behavior The title should animate to the top of the entry ### Actual Behavior...