• stuartmorgan's avatar
    Handle backspace in text fields (#68812) · 3da995ad
    stuartmorgan authored
    Currently the framework handles delete, but not backspace, so embeddings
    all have to implement backspace handling themselves. This eliminates
    that inconsistency and allows simplified code in embeddings by adding
    backspace handling.
    
    It also fixes a bug uncovered in the delete handling where deleting a
    selection would also delete the next character after the selection.
    3da995ad
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...
image_data.dart Loading commit data...