Closed
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: