Helen Fu
02/26/2024, 6:22 PMBasicTextField2
. Thanks to everyone who worked on it 👏. I understand writing a text field is probably not glamorous work but the difference between this and the previous version are night and day. I can't tell you how happy I am having written an incredibly complex VisualTransformation
for something that should have been simple previously then having to go back to EditText
because not everything was supported.Zach Klippenstein (he/him) [MOD]
02/26/2024, 6:24 PMHelen Fu
02/26/2024, 6:38 PMInputTransformation
so far to capture some user input but will probably use OutputTransformation
for styling mention text (that's what I wrote my previous VisualTransformation
for)Zach Klippenstein (he/him) [MOD]
02/26/2024, 6:39 PMHelen Fu
02/26/2024, 6:40 PMHelen Fu
02/26/2024, 6:43 PMTextFieldValue
takes in an AnnotatedString
, I can probably make what I need work without OutputTransformation
through an edit to the annotated string. Probably fine for my use case.Zach Klippenstein (he/him) [MOD]
02/26/2024, 8:07 PMTextFieldValue
, OutputTransformation
uses the new TextFieldBuffer
API which doesn’t support annotations yet.Zach Klippenstein (he/him) [MOD]
02/26/2024, 8:07 PMHelen Fu
02/26/2024, 8:10 PMZach Klippenstein (he/him) [MOD]
02/26/2024, 9:06 PMHelen Fu
02/26/2024, 9:30 PMBasicTextField
did support TextFieldValue
though, so it could render stylized text, right? I'm not super worried about the support though, no need to apologize. I can always go back to using EditText
until BasicTextField2
is ready.Zach Klippenstein (he/him) [MOD]
02/27/2024, 2:16 PMCarson Holzheimer
07/27/2024, 4:48 AM