Fluentui: TagPicker: suggestion list is shown strangely

Created on 7 Jan 2019  路  7Comments  路  Source: microsoft/fluentui

Environment Information

  • __Package version(s)__: 6.119.0

If I set both value
...
onEmptyInputFocus={() => _testTags}
selectedItems={[_testTags[0]]}
...

Actual behavior:

The suggestion list will auto show when I check then uncheck the checkbox Disable Tag Picker

Expected behavior:

Only show suggestion list when we focus on picker.

Reproduce link: https://codepen.io/nguyentoantuit/pen/oJdqRZ?editors=1010 (I used the code from TagPicker.Basic.Example.tsx)

Pickers Regression 馃尒馃尒

Most helpful comment

Yep! already looking at it!

All 7 comments

Please note that this issue didn't occur in version 6.118.0
It seems like the commit d039e735 causes this issue

@joschect looks like #7487 is mentioned again in an issue. Can you take look into this and see if a regression was introduced by it? Thanks.

Yes, this appears to be a regression. Should be an easy fix.

Would you be willing to look into it real quick as you already have context with the issue and the PR introduced it? Thanks!

Yep! already looking at it!

@joschect any progress on this?

:tada:This issue was addressed in #7587, which has now been successfully released as [email protected].:tada:

Handy links:

Was this page helpful?
0 / 5 - 0 ratings