Skip to content

Commit

Permalink
fix: [ANDROAPP-6021] multiselect search more string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed Apr 23, 2024
1 parent f689665 commit 14aa1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fun InputMultiSelection(
onItemsSelected: (List<CheckBoxData>) -> Unit,
modifier: Modifier = Modifier,
noResultsFoundString: String = provideStringResource("no_results_found"),
searchToFindMoreString: String = provideStringResource("search_to_find_more_option"),
searchToFindMoreString: String = provideStringResource("search_to_see_more"),
doneButtonText: String = provideStringResource("done"),
inputStyle: InputStyle = InputStyle.DataInputStyle(),
onClearItemSelection: () -> Unit,
Expand Down

0 comments on commit 14aa1d7

Please sign in to comment.