-
Notifications
You must be signed in to change notification settings - Fork 161
Simple Combo
Nikolay Alipiev edited this page Oct 25, 2021
·
28 revisions
- Overview
- User Stories
- Test Scenarios
- Functionality
- ARIA support
- Assumptions and Limitations
- References
PwnJS
Developer Name
Boris Penkov
- Nikolay Alipiev | Date:
- Stefan Ivanov | Date:
- Konstantin Dinev | Date:
- Damyam Petev | Date:
Version | User | Date | Notes |
---|---|---|---|
0.1 | Boris Penkov | Oct 19, 2021 | Initial Draft |
The igx-simple-combo
is a modification of the igx-combo
component that allows single selection and has the appropriate UI and behavior for that. It inherits all the igx-combo
API.
Check igxCombo
spec for behavior and API that will be reused by the igx-simple-combo
. This document will only point to the differences in the behavior, UI, and API between the igx-simple-combo
and the igx-combo
.
- only one, editable input. No read-only mode.
- typing in the input will filter the list.
- close button appears when there is any text in the input, not only when there is a selected item.
- list will be open not only on a click in the input or the drop-down button but also when we start typing.
- Enter will select the first matched item and will close the list, even though the item is not fully typed. No autosuggest will be implemented.
- Space will select an item but will leave the list opened.
- Clicking an item should select an item and close the list.