Baseflow / Baseflow/XF-Material-Library

IsTextAllCaps and IsAutoCapitalizationEnabled no longer working

Open
#332 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
633
Forks
150
PR merge metrics
No merged PRs in 30d

Description

## 🔙 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 IsAutoCapitalizationEnabled resulted in the first letter of the string in a MaterialTextField being capitalized .

### Current behaviour
All text is lowercase by default. This issue appeared in version 1.6.1

### Reproduction steps
1. Update to XF-Material-Library version 1.6.1
2. Apply either IsTextAllCaps or IsAutoCapitalizationEnabled to a MaterialTextField.
3. Compare with the behaviour expected in XF-Material-Library version 1.6.0

### Configuration

**Version:** 1.6.1 (and still an issue in 1.6.4)

**Platform:**
- [ ] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [x] :monkey: Xamarin.Forms

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.