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

Entry, Date Picker Control Unfocused Event Not Executing #8099

Closed
mistrypragnesh40 opened this issue Jun 16, 2022 · 1 comment
Closed

Entry, Date Picker Control Unfocused Event Not Executing #8099

mistrypragnesh40 opened this issue Jun 16, 2022 · 1 comment
Labels
platform/android 🤖 platform/iOS 🍎 s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working

Comments

@mistrypragnesh40
Copy link

Description

In Xamarin Forms, Unfocused event is working fine, I am just facing issue with .NET MAUI.

  1. Entry Control Unfocused event is not executing on keyboard dismissal or Tapping on screen area.
  2. Date Picker: After selecting date from date picker dialog, Unfocused event is not executing.

Steps to Reproduce

1)Create New MAUI Project.
2) Add Entry and DatePicker Control on MainPage.

<Entry Focused="Entry_Focused" Placeholder="Text" Unfocused="Entry_Unfocused" />
 <DatePicker Focused="DatePicker_Focused" Unfocused="DatePicker_Unfocused" />

4)Add debug point on Unfocused Event of Entry & DatePicker, You will observe It's not triggering.

Version with bug

6.0.400 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android

Affected platform versions

Android, iOS

Did you find any workaround?

No response

Relevant log output

No response

@mistrypragnesh40 mistrypragnesh40 added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Jun 16, 2022
@jfversluis
Copy link
Member

Duplicate of #6933

@jfversluis jfversluis marked this as a duplicate of #6933 Jun 16, 2022
@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/android 🤖 platform/iOS 🍎 s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants