Updating binding of Material TextField fails to move title of field until clicked
See original GitHub issueWhen updating bindings of a Material:TextField, the title is not moved until the control is activated.
Example:
xmlns:material="clr-namespace:UraniumUI.Material.Controls;assembly=UraniumUI.Material"
<material:TextField
Title="Name of Incident"
Grid.Column="1"
Margin="5"
IsEnabled="{Binding Locked}"
MaxLength="250"
MaximumWidthRequest="200"
Text="{Binding SelectedIncident.Name}" />
After clicking control:

Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Material UI TextField label does not move up when the ...
In this case, you will not get the desired result. For ordinary TextField if it's empty and you are blurring the field, the...
Read more >Control When the TextBox Text Updates the Source
Control the timing of binding source updates using the UpdateSourceTrigger property in Windows Presentation Foundation (WPF).
Read more >How do you use SwiftUI TextField with Core Data
I have yet to find an app tutorial or book that explains how to do something as simple as using a TextFiled to...
Read more >Text Field | Components | Vaadin Docs
Text Field allows the user to input and edit text. Prefix and suffix components, such as icons, are also supported.
Read more >Component testing scenarios
Error : This test module uses the component BannerComponent which is using a "templateUrl" or "styleUrls", but they were never compiled. Please call...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @BinaryAssault I couldn’t reproduce this issue for other controls. Can you provide an example to reproduce it?
Should have mentioned, the same issue exists for the date and time picker fields. Sorry about that. Still exists in the latest version