XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

[MaterialTextField] Input type "Autocomplete"

Open pkozak2 opened this issue 7 years ago • 0 comments

Is your feature request related to a problem? Please describe. InputType Choice is OK, but why not have autocomplete combobox? There are some controls, but not in XF-Material design.

Describe the solution you'd like I can provide static items for user and update from background (when TextChanged event), so will be nice to have Loading text. Choices will be shown below Textfield, and I can select one from list or complete text from keyboard. Suggestions can be object, eg. {Id, Value}.

Additional context image

pkozak2 avatar Mar 28 '19 14:03 pkozak2