Skip to content

Commit c719673

Browse files
committed
Fix handwriting, suggestions and emoji input not working for text fields, closes #936
1 parent e4803fa commit c719673

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/lib/handlers/label.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ class LabelHandler extends Handler<LabelTool>
242242
viewId: viewId,
243243
inputType: TextInputType.multiline,
244244
obscureText: false,
245-
autocorrect: false,
245+
autocorrect: true,
246246
inputAction: TextInputAction.newline,
247247
keyboardAppearance: theme.brightness,
248248
enableDeltaModel: false,
249-
enableSuggestions: false,
249+
enableSuggestions: true,
250250
enableInteractiveSelection: true,
251251
),
252252
)

metadata/en-US/changelogs/168.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Show other areas if inside an area
66
* Improve bottom bar in area and page navigator
77
* Fix area teleporting has offset on render resolutions other than fast
8+
* Fix handwriting, suggestions and emoji input not working for text fields ([#936](https://github.com/LinwoodDev/Butterfly/issues/936))
89
* Upgrade to flutter 3.41
910

1011
Read more here: https://linwood.dev/butterfly/2.5.0-beta.2* Add ability to create initial area in templates

0 commit comments

Comments
 (0)