-
Notifications
You must be signed in to change notification settings - Fork 108
Labels
bugSomething isn't workingSomething isn't working
Description
Description
<Label Text="时间" />
<SfNumericEntry Placeholder="请输入时间" Value="{Binding DurationSecond}" />
<Label Text="温度" />
<SfNumericEntry Placeholder="请输入时间" Value="{Binding TargetTemperature, Mode=TwoWay}" />
<Button Command="{Binding ConfirmCommand}" Text="确定" />
<Button Command="{Binding CancelCommand}" Text="取消" />change TargetTemperature value , but the keyboard don't close. click button ,the value not change.
Steps to Reproduce
No response
.NET Version
.NET 10.0
Version with bug
1.0.7
Is this a regression from previous behavior?
Not sure, haven't tested other versions
Last Known Working Version
1.0.6
Affected platforms
Android
Affected Platform Versions
No response
Have you found a workaround?
No response
Relevant log output
Copilot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working