mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

ImeOptions not working for TagsEditText #41

Open nikoladjukic opened 6 years ago

nikoladjukic commented 6 years ago

I would like to have imeOption Next on my soft keyboard when editing tags in TagsEditText, but setting android:imeOptions="actionNext" is not working for me.

<mabbas007.tagsedittext.TagsEditText android:id="@+id/tetTagovi" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_above="@id/tvOpisLabel" android:layout_alignParentStart="true" android:nextFocusForward="@id/etOpis" android:imeOptions="actionNext" TagsEditText:allowSpaceInTag="true" TagsEditText:tagsBackground="@drawable/tag_background" TagsEditText:tagsCloseImageRight="@drawable/tag_close" />