-
-
Notifications
You must be signed in to change notification settings - Fork 335
[Dropdown] multiple issues with remote data and multiple #3199
Copy link
Copy link
Closed
Labels
fixed in next-release/nightlyAny issue which has a corresponding PR which has been merged and is available in the nightly buildAny issue which has a corresponding PR which has been merged and is available in the nightly buildtype/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bug
Milestone
Description
Bug Report
repro: https://jsfiddle.net/5m1d6rjk/
In atk4/ui we have two components:
- Dropdown - component /wo remote API, all data are listed in
<div class="menu"> - Lookup - component /w remote API, all data are loaded from URL
In the repro, I generated all html+js for all combinations, ie. Dropdown + Lookup, single + multiple, listed only + allow addition.
Dropdown seems to work as expected.
With Lookup, ie. Fomantic-UI dropdown without local data, I see multiple issues, but lets discuss them one by one.
"Lookup multiple" (as labeled/named in the repro)
Here the "set text" call is honored, but the text is not rendered "as entered option":
I would expect:
Am I using Fomantic-UI wrongly as is it a bug?
"Lookup multiple allow addition"
When "allowAdditions: false", then the text is displayed "as entered option", but not the text, but the value.
I would expect:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixed in next-release/nightlyAny issue which has a corresponding PR which has been merged and is available in the nightly buildAny issue which has a corresponding PR which has been merged and is available in the nightly buildtype/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bug


