Stylianos Gakis
03/14/2025, 10:11 AMstate.edit {
delete(0, length)
append(newString)
}
I know I can just make a new function myself, but just wanted to make sure I am not somehow missing something in the existing APIAlbert Chang
03/14/2025, 1:15 PMTextFieldState.setTextAndPlaceCursorAtEnd()
.Stylianos Gakis
03/14/2025, 1:17 PM.edit {}
lambda in the receiver of TextFieldBuffer
.
Thanks a lot!efemoney
03/16/2025, 7:17 AMefemoney
03/16/2025, 7:19 AMdelete(0, length)
for instanceStylianos Gakis
03/16/2025, 9:13 AMefemoney
03/17/2025, 3:13 AMHalil Ozercan
03/18/2025, 2:49 PM