question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Updating binding of Material TextField fails to move title of field until clicked

See original GitHub issue

When 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}" />
image

After clicking control: image

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
enisncommented, Oct 28, 2022

Hi @BinaryAssault I couldn’t reproduce this issue for other controls. Can you provide an example to reproduce it?

1reaction
BinaryAssaultcommented, Oct 27, 2022

Should have mentioned, the same issue exists for the date and time picker fields. Sorry about that. Still exists in the latest version

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found