Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fixed: Tapping on "Expense title" textbox does not request focus (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakka-papad authored Jan 19, 2024
1 parent a34af69 commit 4d554f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ fun ColumnScope.IvyTitleTextField(
val view = LocalView.current
BasicTextField(
modifier = Modifier
.fillMaxWidth()
.testTag("input_field"),
value = value,
onValueChange = onValueChanged,
Expand Down

0 comments on commit 4d554f0

Please sign in to comment.