Hi Isomorphic,
I found a similar issue to the one here when testing for that issue. Please see this testcase (v12.0p_2020-03-24):
I know that this might be related to this FormItem being a native item, but as it happens for Chrome and Edge, I'm not sure about this.
This is very minor for me, as I don't use a SelectItem with multipleAppearance: "grid", but I thought you might wanna know anyway.
Best regards
Blama
I found a similar issue to the one here when testing for that issue. Please see this testcase (v12.0p_2020-03-24):
- Click into the top Item, Selecting "Cat"
- Enter "Dog" (fast) -> Dog selected (Expected)
- Click into the top Item, Selecting "Cat"
- Enter "D" -> Dog selected (Expected)
- Click into the top Item, Selecting "Cat"
- Enter "MMM" (fast) -> Marmoset selected (Expected)
- Click into the top Item, Selecting "Cat"
- Enter "MMMD" (fast) -> Marmoset selected (Not expected, would expect Dog)
- Click into the top Item, Selecting "Cat"
- Enter "MMMDC" (fast) -> Marmoset selected (Not expected, would expect Marmoset -> Mouse -> Marmoset -> Dog -> Cat)
- Click into the top Item, Selecting "Cat"
- Enter "MMMDOGC" (fast) -> Marmoset selected (Not expected, would expect Marmoset -> Mouse -> Marmoset -> Dog -> Cat)
- Click into the top Item, Selecting "Goat" (!)
- Enter "GOAT" (fast) -> Goat selected (Expected, Start (Goat) -> Giraffe -> Goat -> Goat -> Goat)
I know that this might be related to this FormItem being a native item, but as it happens for Chrome and Edge, I'm not sure about this.
This is very minor for me, as I don't use a SelectItem with multipleAppearance: "grid", but I thought you might wanna know anyway.
Best regards
Blama
Comment