XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

A Xamarin Forms library for implementing Material Design

Results 107 XF-Material-Library issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report the text direction is not changed when I use the RTL FlowDirection on iOS Android is fine ### Reproduction steps Create a new Page with any...

Need investigation

Not a real issue, but more "design" question. We are using MaterialTextField for showing data to the user but when user is not in edit mode then we show all...

enhancement

## 🚀 Feature Requests I don't want to show keyboard for a particular TextField but unable to do so, Tried using this plugin https://github.com/masonyc/Xamarin.KeyboardHelper It is perfectly working for normal...

enhancement

**Is your feature request related to a problem? Please describe.** InputType Choice is OK, but why not have autocomplete combobox? There are some controls, but not in XF-Material design. **Describe...

enhancement
help wanted

Is there a way for MaterialDialog.Instance.SelectChoicesAsync() to work with a IList of T or Object instead of a IList of String, as in the MaterialTextField InputType="choice"?

I used MaterialTextField for used like picker in my app , Please add Selecteditem property in it so We can directly get selected Item without calling SelectedItemChanged event.

enhancement

**Describe the bug** Styling in couple of controls have problem with RTL Contents. * Placeholders in MaterialTextField and MaterialDialog don't go away when I start typing. * Confirm and Dismiss...

enhancement

## 🐛 Bug Report Plase include the fix for iOS, which was already added to the other dialog buttons. ### Expected behavior Custom content dialog's buttons not overlaping ### Reproduction...

## :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Hello material fans, I started the Maui migration process and updated the project. This is...