Open Noitidart opened 6 years ago
It seems some people were able to customize the autocomplete suggestion rows. To include images, icons, styled text. For example in image at bottom.
I found this on stackoverflow - http://wptrafficanalyzer.in/blog/customizing-autocompletetextview-to-display-images-and-text-in-the-suggestion-list-using-simpleadapter-in-android/
Is it possible we can add two props templateComponent and separatorComponent? or is too hard? Like we can supply a <View> child? To help achieve look like below:
templateComponent
separatorComponent
<View>
It seems some people were able to customize the autocomplete suggestion rows. To include images, icons, styled text. For example in image at bottom.
I found this on stackoverflow - http://wptrafficanalyzer.in/blog/customizing-autocompletetextview-to-display-images-and-text-in-the-suggestion-list-using-simpleadapter-in-android/
Is it possible we can add two props
templateComponent
andseparatorComponent
? or is too hard? Like we can supply a<View>
child? To help achieve look like below: