File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Download] ( https://api.bintray.com/packages/loukaspd/MultiSelectAutocomplete/MultiSelectAutocomplete/images/download.svg ) ] ( https://bintray.com/loukaspd/MultiSelectAutocomplete/MultiSelectAutocomplete/_latestVersion )
2+
13# MultiSelectAutocomplete
24
35EditText with Autocomplete Functionality based on [ Autocomplete library] ( https://github.com/natario1/Autocomplete ) that supports customizing how the items will be drawn and Multiple selected items
46
57```
6- implementation 'gr.loukaspd:multiselectautocomplete:1.2.6 '
8+ implementation 'gr.loukaspd:multiselectautocomplete:latest '
79 implementation 'com.otaliastudios:autocomplete:1.1.0'
810 implementation 'com.android.support:recyclerview-v7:27.1.1'
911```
12+ ** replace with latest version number**
1013
1114To see it in action, take a look at the sample app in the ` sample ` module.
1215
@@ -78,6 +81,7 @@ You can change view attributes directly from your layout's xml file or in your j
7881| showOptionsOnFocus | showOptionsOnFocus | boolean | show the popup with autocomplete options when EditText gets focus |
7982| clearUnmatchedText | clearUnmatchedText | boolean | clear all text that is not matched when EditText loses focus |
8083| showKeyboardOnFocus | showKeyboardOnFocus | boolean | show the keyboard when EditText gets focus |
84+ | removeSelectedItem | removeSelectedItem | boolean | when an item is selected it will be removed from options popup |
8185| popupElevation | popupElevation | float | sets the elevtion of the autocomplete popup |
8286| popupWidth | popupWidth | dimension | set the width of the autocomplete popup window |
8387| popupHeight | popupHeight | dimension | set the height of the autocomplete popup window |
Original file line number Diff line number Diff line change 4040 siteUrl = ' https://github.com/loukaspd/MultiSelectAutocomplete'
4141 gitUrl = ' https://github.com/loukaspd/MultiSelectAutocomplete.git'
4242
43- libraryVersion = ' 1.2.11 '
43+ libraryVersion = ' 1.2.12 '
4444
4545 developerId = ' gr.loukaspd'
4646 developerName = ' loukaspd'
You can’t perform that action at this time.
0 commit comments