I am using Material3 `SearchBar`component together...
# compose-android
a
I am using Material3 `SearchBar`component together with the
SearchBarDefaults.InputField
inputfield is there a way to control cursor position with this implementation? I feel it is a bit odd that they didnt add a `SearchBarDefaults.InputField`that uses
TextFieldValue
as query but only using a
String
. Any ideas how to handle that without re-implementing a the whole Inputfield?
I am bit worried that the rabbit hole will get pretty deep once I start copying and changing code especially since some parts of the code are internal/private to the M3 libs (such as Semantic strings)