Baseflow / XF-Material-Library

A Xamarin Forms library for implementing Material Design
https://baseflow.com
MIT License
647 stars 162 forks source link

add readonly mode #422

Closed softlion closed 3 years ago

softlion commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Add new feature

:arrow_heading_down: What is the current behavior?

There is no way to set the field as readonly (ie: field is enabled, but all actions on it are disabled except copy)

:new: What is the new behavior (if this is a feature change)?

MaterialTextFieldInputType has now a ReadOnly value

:boom: Does this PR introduce a breaking change?

no

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting