)]}'
{
  "commit": "8a99fc448bdf5c4410f5bad3ac408c0cea6bcd2e",
  "tree": "cf9a594b31781d5c37ee13f54f83f089ee5d43f1",
  "parents": [
    "97711dd4615c0d199389ca3298854b095fe4055d"
  ],
  "author": {
    "name": "ᠵᠠᠭᠠᠨᠵᠠᠪ ᠪᠤᠷᠵᠢᠭᠤᠳ ᠰᠠᠴᠤᠷᠠᠭ",
    "email": "satsrag@outlook.com",
    "time": "Wed Feb 07 23:15:00 2024 +0800"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Feb 07 15:15:00 2024 +0000"
  },
  "message": "Fix: On the Web, cannot support multiline inputting when registering customized TextInputControl (#45522)\n\nFor [flutter/flutter/125875](https://github.com/flutter/flutter/issues/125875)\r\n\r\nWhen registering customized TextInputControl, the _PlatformTextInputControl sends inputType \u003d TextInputType.none to the engine. After receiving TextInputType.none, the engine on the Web will create a `\u003cinput\u003e` element instead of  `\u003ctextarea\u003e`. So there is no way to input \\n(multiline).\r\n\r\nThis is my solution. I tested in Android Chrome, iOS Safari, and macOS Chrome. It works for me. But I\u0027m not sure about other use cases. I pleasure, If someone gives me suggestions.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c9f07c5d3270e0ab3171581edb4397dd2b393185",
      "old_mode": 33188,
      "old_path": "lib/web_ui/lib/src/engine/text_editing/input_type.dart",
      "new_id": "20cceedf4ff5672af4bd58db25ff50ccf2a9aad3",
      "new_mode": 33188,
      "new_path": "lib/web_ui/lib/src/engine/text_editing/input_type.dart"
    },
    {
      "type": "modify",
      "old_id": "af1b98a7d0bb7ccb9c254083cdbd5f3a86c3eda0",
      "old_mode": 33188,
      "old_path": "lib/web_ui/lib/src/engine/text_editing/text_editing.dart",
      "new_id": "1974977b2d2588f3a018e11b1224f2ca27fe3b18",
      "new_mode": 33188,
      "new_path": "lib/web_ui/lib/src/engine/text_editing/text_editing.dart"
    },
    {
      "type": "modify",
      "old_id": "7a0cecadaaaffa10b9898a6c6130d5a3c182e87f",
      "old_mode": 33188,
      "old_path": "lib/web_ui/test/engine/text_editing_test.dart",
      "new_id": "9b601f3a508bfd642050fb20da4797f8d323f0ed",
      "new_mode": 33188,
      "new_path": "lib/web_ui/test/engine/text_editing_test.dart"
    }
  ]
}
