Mark Barton

Results 7 issues of Mark Barton

I've been looking through the documentation and it mentions the ability to look for devices asynchronously but no such methods seem to be available. The documentation talks about a class...

enhancement

## 🐛 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...

## 🔙 Regression Text is lower case by default and cannot be auto capitalized. ### Old (and correct) behaviour Using IsTextAllCaps resulted in all text in MaterialTextField being capitalized. Using...

## 🏗 Enhancement Proposal Add an optional parameter to MaterialDialog constructor defining whether or not the dialog is dismissable, i.e does not allow the user to dismiss the dialog by...

## 🐛 Bug Report When specifying Numeric, Telephone, Email, etc... the InputType reverts back to default. ### Expected behavior Keyboard changes to match specified InputType ### Reproduction steps ![Capture](https://user-images.githubusercontent.com/26600892/73838165-f675a780-480a-11ea-9b0f-3121755ea693.PNG) ![Capture2](https://user-images.githubusercontent.com/26600892/73838167-f70e3e00-480a-11ea-9087-97cc60765792.PNG)...

I'm trying to navigate to a new tabbedpage and while the page is initialising, I want to show a loading dialog. However when I implement the LoadingDailogAsync, the UI seems...

The Drag and Drop functionality is great, but why isn't there any SelectedItem property? Id say this is one of the most important properties of a ListView (apart from ItemSource).

question