Skip to content

Commit 13ec20c

Browse files
committed
fix cannot search insuree with alphanumeric chfid
1 parent 745748a commit 13ec20c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

claimManagement/src/main/res/layout/content_enquire.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
android:id="@+id/etCHFID"
2222
android:layout_width="150dp"
2323
android:layout_height="50dp"
24-
android:inputType="number"
24+
android:inputType="text"
2525
android:hint="@string/CHFID"
2626
android:maxLength="12"
2727
android:layout_marginTop="10dp"

0 commit comments

Comments
 (0)