Florian Sabaté

Results 9 comments of Florian Sabaté

After several attempts: Only number 5 works, the others keys: move the field cursor, despite the numeric lock ON. Traditional number keys work as expected, this is only happening with...

Only tested on Web. I've created a new blank project with just a TextField() and I can reproduce it.

That was working perfectly fine before I upgrade flutter. It was working on 3.16.9

I can reproduce it on web chrome or firefox with this code: ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This...

It seems that if any key other than 012346789 is pressed while pressing a digit key it works. i.e. if i press and hold the key 'a', and press '4'...

I've just tried it, but the problem is still there. ```console [✓] Flutter (Channel master, 3.22.0-36.0.pre.37, on Ubuntu 23.10 6.5.0-35-generic, locale en_US.UTF-8) • Flutter version 3.22.0-36.0.pre.37 on channel master at...

It seems to be web-specific, as native Linux doesn't have this issue.

Works well with javascript web