Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EditableText doesn't release input focus #3102

Open
nate-thegrate opened this issue Dec 5, 2024 · 0 comments
Open

EditableText doesn't release input focus #3102

nate-thegrate opened this issue Dec 5, 2024 · 0 comments

Comments

@nate-thegrate
Copy link

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

  1. Create a Flutter app with a TextField/CupertinoTextField (or load a TextField demo).
  2. Click on the text field.
  3. Then try to edit the code.
import 'package:flutter/material.dart';

void main() {
  runApp(
    const MaterialApp(
      home: Scaffold(
        body: Center(child: TextField()),
      ),
    ),
  );
}

TextField bug demo
(Google Chrome, Windows 11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant