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

SearchBar Text changed Event is not triggered in iOS and MacCatalyst Platform #5326

Closed
SuthiYuvaraj opened this issue Mar 16, 2022 · 1 comment · Fixed by #5462
Closed

SearchBar Text changed Event is not triggered in iOS and MacCatalyst Platform #5326

SuthiYuvaraj opened this issue Mar 16, 2022 · 1 comment · Fixed by #5462
Assignees
Labels
fixed-in-6.0.300-rc.1 Look for this fix in 6.0.300-rc.1! legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@SuthiYuvaraj
Copy link
Contributor

Description

In SearchBar , Text changed property is not triggered when the text is entered in the placeholder in iOS and MacOS platform , Also propertyChanged, PropertyChanging , SearchButtonPressed Event is not triggered.

Steps to Reproduce

  1. Create a new blank .NET Maui app (Xaml/C#)
  2. In Xaml, add SearchBar in the content Page.
  3. Hook the TextChanged event in the xaml/c# page
  4. Run the program on iOS and MacCatalyst platform
  5. Note that the Textchanged event is not triggered when the text changing in placeholder

Version with bug

Preview 13 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, macOS

Affected platform versions

iOS 15.2

Did you find any workaround?

Used Handler for searchbar , SearchText property is triggered from the SearchBar handler

Relevant log output

No response
@SuthiYuvaraj SuthiYuvaraj added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Mar 16, 2022
@XamlTest XamlTest added the s/triaged Issue has been reviewed label Mar 16, 2022
@XamlTest
Copy link

Verified on Visual Studio Enterprise 2022 main 17.2.0 Preview 2.0 [32223.438.main]. This issue repro on iOS, not repro on Android. Repro Project: 5326.zip

@XamlTest XamlTest added s/verified Verified / Reproducible Issue ready for Engineering Triage platform/iOS 🍎 labels Mar 16, 2022
@jfversluis jfversluis removed the s/needs-verification Indicates that this issue needs initial verification before further triage will happen label Mar 16, 2022
@jsuarezruiz jsuarezruiz self-assigned this Mar 21, 2022
@Redth Redth modified the milestones: 6.0.300-rc.2, 6.0.300-rc.1 Mar 21, 2022
@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Mar 22, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 29, 2022
@samhouts samhouts added the fixed-in-6.0.300-rc.1 Look for this fix in 6.0.300-rc.1! label Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.300-rc.1 Look for this fix in 6.0.300-rc.1! legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants