This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Summary
Currently it is relatively hard to change the cursor color of an Entry, either needs custom renderer or digging into platform styles. It would be nice to have an effect (applied in xaml as in code) that enables the users to change the cursor color inside an Entry on all target platforms.
Also provide the ability to customize different properties that material textfield offers directly from xaml.
API Changes
Something like:
xct:CursorEffect.Color="red"
xct:CursorEffect.IndicatorUnFocusedColor="red"
Intended Use Case
Less use of custom renderers, more easier to change the styling dynamically.
Preliminary List of properties
- Cursor color.
- Activation indicator when not focused (when focused I believe it takes PlaceholderColor).
Reference
https://material.io/components/text-fields
Who Will Do The Work?