Skip to content

Commit

Permalink
Disable new lines for single line edit text (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulmalhotra authored Jan 6, 2025
1 parent 7bc8b07 commit 8d306be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/text_input_edit_text"
style="?attr/questionnaireTextInputEditTextStyle"
android:inputType="text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="1"
Expand Down

0 comments on commit 8d306be

Please sign in to comment.