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

This pull request includes added ChoiceCommandParameter for MVVM using and changes for TrailingIcon. Developer can set Command and CommandParamater or Tap event to TrailingIcon for example show or hide password...

## 🐛 Bug Report When using nuget XF.Material 1.4.1.3 I didn't get any compile error, but after updated to the lastest version 1.7.8 we got compile error Java exited with...

## 🐛 Bug Report I'm trying to open SelectChoicesAsync on button click and update button text as selected values. When updating text iOS app crashed. But in android it work...

Need investigation

Hello I have seen that we have a MaterialDateField and a MaterialDatePicker but in case of Time I only see MaterialTimePicker. Is there any control that his behavior was like...

## 🚀 Feature Requests To bring in consistency across all apps, is it possible to extend this library to Mac and UWP? ### Platforms affected (mark all that apply) -...

## 🔙 Regression In our Application we use MaterialButtons to emulate toggle buttons. The default `ButtonType` is `Text`. For Buttons that are toggleable Buttons the `ButtonType` is set via a...

## 🐛 Bug Report Binding a command to DateChangedCommand does nothing. This is a completely unresponsive command ### Expected behaviour Command is triggered when the Date field has been changed...

Radio button not showing on iOS for ``` int result = await MaterialDialog.Instance.SelectChoiceAsync(title: "Select location type", choices: option); ``` On android radio button appears fine iOS Version : >=13.0 ![image](https://user-images.githubusercontent.com/61406043/82637568-b2c07580-9c22-11ea-932d-61dbb0d8499b.png)

## 🐛 Bug Report `MaterialCheckboxGroup` throws a `NullReferenceException` when both `SelectedIndices` and `Choices` and bound to the respective binding properties and `Choices` is and empty list. This is due to...

Trying to use data binding for text property of material button and it doesn't works on iOS - text in button is empty. It working if I hard code text...