dotMorten / MauiEx

A set of .NET MAUI controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all SuggestionChosen methods fire when multiple AutoSuggestBox controls are present

IanLJohnson opened this issue · comments

Description

all SuggestionChosen methods fire when multiple AutoSuggestBox controls are present

Steps to Reproduce

  1. Create page with multiple AutoSuggestBoxes
  2. Run app and select item in first Auto Suggest Box
  3. SuggestionChosen method fires for first Auto Suggest Box and then fires for second

Expected Behavior

Second SuggestionChosen method should not fire

Actual Behavior

Second SuggestionChosen method fires too

Basic Information

  • Version with issue: 1.1.0
  • Last known good version: 0.7.0
  • IDE: VS 2019
  • Platform Target Frameworks: Prism
    • iOS: 9.0
    • Android: 9.0
    • UWP: --
  • Android Support Library Version: 28.0.0.3
  • Nuget Packages:
  • Affected Devices: tested on iOS

Duplicate of #69. Should have an update out in a day or two. Fix is already in master

Works like a charm. Thanx!

@IanLJohnson There's a lot more than that:
v1.1.0...v1.1.1