Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextFieldAssist.HasClearButton does not work on TimePicker #3135

Closed
ProfBits opened this issue Mar 11, 2023 · 2 comments
Closed

TextFieldAssist.HasClearButton does not work on TimePicker #3135

ProfBits opened this issue Mar 11, 2023 · 2 comments
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.

Comments

@ProfBits
Copy link

ProfBits commented Mar 11, 2023

Bug explanation

The clear button is visible however does not clear the field from a set time.
Minimal example xaml:

<materialDesign:TimePicker materialDesign:TextFieldAssist.HasClearButton="True"/>

#1450 could be related.

Version

4.8.0

Edit

It's consistent in my app, the demo app I could trigger it once, need to look deeper for reporduceablility

@ProfBits ProfBits added bug evaluation required Items is pending review or evaluation by the team labels Mar 11, 2023
@nicolaihenriksen
Copy link
Contributor

@ProfBits Have you tried with the latest nightly build? This seems very much like a duplicate of #3119 which was recently fixed.

@nicolaihenriksen nicolaihenriksen added the Waiting on feedback Additional information is needed. Stale items with this label may be closed. label Mar 11, 2023
@ProfBits
Copy link
Author

@nicolaihenriksen Thanks for the reply.
Yep, that was it, on tag v4.8.0 it's broken and already fixed on the current master. Sorry for not looking inside of close issues.

Closed as a Duplicat of #3119 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.
Projects
None yet
Development

No branches or pull requests

2 participants