Alex Dunn
Alex Dunn
Do you mean the placeholder text color?
ah okay, I get what you mean. I'll work on this as well. What I'll likely do is just expose the underlying control as a component so the binding can...
That's a new one. I guess I never tried inheriting from `MaterialEntry` either. What are your linker settings and what Xamarin.Forms version?
If you go to your Android and iOS project settings and go to linker there is a setting there. I want to see if it is getting linked out for...
This could be done on a property changed within the BindableProperty as well for each of the controls.
We could probably just do it when `SelectedIndex` or `SelectedItem` is changed on `MaterialPicker`, and in the property changed for `Date` and `Time` for the other pickers.
What version of Xamarin.Forms?
Does it work without maps at all? And did you call to initialize the renderer like the readme mentions? ``` BorderlessEntry.Init(); ```