Skip to content

Commit 5835927

Browse files
committed
version 1.2.12, updates readme
1 parent 4721aea commit 5835927

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
[ ![Download](https://api.bintray.com/packages/loukaspd/MultiSelectAutocomplete/MultiSelectAutocomplete/images/download.svg) ](https://bintray.com/loukaspd/MultiSelectAutocomplete/MultiSelectAutocomplete/_latestVersion)
2+
13
# MultiSelectAutocomplete
24

35
EditText 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

1114
To 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 |

multiselectautocomplete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
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'

0 commit comments

Comments
 (0)