Skip to content

SfNumericEntry error #289

@mzy666888

Description

@mzy666888

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions