-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Description
Add an AutoComplete control that allows to work as a picker or entry, or instead a behavior that can be attached to any input control and allows dynamic item source bindable property
Public API Changes
new control, shouldn't impact any current api or control
Intended Use-Case
I want to be able to start typing in any input control and be able to see suggestions in a list below the control that allows the user to tap or click in the desired suggestion and fill the rest of the main input control (could be a new input control or a behavior that can be attached to any input control)
Dreamescaper and alex-relov