-
Notifications
You must be signed in to change notification settings - Fork 596
Open
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
I'm not sure if this is an issue on the Flutter or DartPad side.
Description
It's not possible to edit the code if an EditableText widget has focus.
Steps to reproduce
- Create a Flutter app with a TextField/CupertinoTextField (or load a TextField demo).
- Click on the text field.
- Then try to edit the code.
import 'package:flutter/material.dart';
void main() {
runApp(
const MaterialApp(
home: Scaffold(
body: Center(child: TextField()),
),
),
);
}
maheshj01 and tirth-patel-nc
Metadata
Metadata
Assignees
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)