fundamental-ngx
fundamental-ngx copied to clipboard
Defect Hunting: Platform Multi Input bugs
Is this a bug, enhancement, or feature request?
bug
Briefly describe your proposal.
During our defect hunting session we discovered the following bugs in platform multi-input:
- [ ] the implementation does not follow the guidelines. A multi-input field allows the user to enter multiple values, which are displayed as tokens. To help the user enter a valid value, you can enable the suggestions feature and the value help option. None of the examples the user can type multiple values. It only allows to select from existing list.
- [ ] user cannot enter a custom value. Expected behaviour: user should be able to type a value that is not available in the list of options, press Enter and this value is registered as a token. Check UI5 demo app for the correct behaviour.
- [x] the cursor of list is not correct
- [ ] this example is totally wrong. The X button doesn't do what eventually it should do.
- [x] Selected value appears in search, and clicking on it doesn't remove item from selection, but just clears the search input:
- [ ] Platform Multi Input With Decline List type: When selecting some item, open popover, and click on cross icon next to the selected value, nothing happens.
- [ ] Multi Input, deleting not working
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
latest