-
Notifications
You must be signed in to change notification settings - Fork 105
Labels
Description
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