Utkarsh Tiwari
01/31/2022, 8:30 AMZach Klippenstein (he/him) [MOD]
02/01/2022, 2:31 AMUtkarsh Tiwari
02/02/2022, 2:41 AM1.0.5
The following video was recorded on Pixel4a with Android 12:BasicTextField
for the above search input implementation:
BasicTextField(
value = textFieldValue,
onValueChange = onValueChange,
keyboardActions = KeyboardActions(onSearch = onSearch),
keyboardOptions = KeyboardOptions(
imeAction = ImeAction.Search
),
singleLine = true,
cursorBrush = SolidColor(DsColors.textPrimary),
textStyle = textStyle
)
Zach Klippenstein (he/him) [MOD]
02/02/2022, 3:37 AMUtkarsh Tiwari
02/02/2022, 11:07 PMColton Idle
02/06/2022, 9:02 PMZach Klippenstein (he/him) [MOD]
02/07/2022, 2:18 AM