我有一个多自动完成文本视图
<MultiAutoCompleteTextView
android:id="@+id/email_editText_auto"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:hint="@string/enter_email_address_hint"
android:inputType="textEmailAddress"
/>
当我按下完成按钮时,似乎什么也没有发生。当我按下完成按钮时,如何隐藏键盘?还是我在这里遗漏了什么?