An open API service indexing awesome lists of open source software.

https://github.com/tbertuzzi/bertuzzi.maui.maskedentry

:pencil: Use mask in your Xamarin.Forms apps
https://github.com/tbertuzzi/bertuzzi.maui.maskedentry

masked maskedinput maui maui-apps

Last synced: about 1 month ago
JSON representation

:pencil: Use mask in your Xamarin.Forms apps

Awesome Lists containing this project

README

        

# Bertuzzi.MAUI.MaskedEntry

Use mask in your MAUI apps

When we need to use masks in MAUI we end up customizing a control or using behaviors.

MaskedEntry is a custom entry to use any type of mask. just use X between the sequence of characters you want to configure.

X can be used both to demonstrate where values ​​should be in the masks, and to limit the amount of characters in a field.

###### This is the component, works on iOS, Android and UWP.

**NuGet**

|Name|Info|
| ------------------- | :------------------: |
|Bertuzzi.MAUI.MaskedEntry|[![NuGet](https://img.shields.io/badge/nuget-1.0.0-blue.svg)](https://www.nuget.org/packages/Bertuzzi.MAUI.MaskedEntry/)|

**Platform Support**

Bertuzzi.MAUI.MaskedEntry is a MAUI library.

## Setup / Usage

Does not require additional configuration. Just install the package in the shared project and use.

You just need to add the reference in your xaml file.

```csharp
xmlns:control="clr-namespace:Bertuzzi.MAUI.MaskedEntry;Bertuzzi.MAUI.MaskedEntry"
```

**Sample**

```csharp






```

The complete example can be downloaded here:

Based on my package : https://github.com/TBertuzzi/Xamarin.Forms.MaskedEntry