Skip to content

[BUG] SfNumericEntry does not focus when its visibility changes #138

@jor1196

Description

@jor1196

Description

Good morning,
This problem occurs when the NumericEntry, which has visibility set to false via binding previously in my case, changes to true. The element appears, but I can't focus it with "tab" or by clicking on it.

<editors:SfNumericEntry HeightRequest="40" WidthRequest="100" IsVisible="{Binding HasEndServiceRange}" BackgroundColor="White" AllowNull="True" Minimum="1" CustomFormat="0" Value="{Binding ToEndServiceTime}"/>

Platform: Windows 10
Dotnet Maui version: 9.0.50 (SR5)
SyncFusion Toolkit Version: 1.0.40

Steps to Reproduce

No response

Version with bug

1.0.4

Is this a regression from previous behavior?

No, this is a new issue

Last Known Working Version

1.0.3

Affected platforms

Windows

Affected Platform Versions

Windows 10

Have you found a workaround?

original Entry with Behaviors

Relevant log output

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions