File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
1011Read more here: https://linwood.dev/butterfly/2.5.0-beta.2* Add ability to create initial area in templates
You can’t perform that action at this time.
0 commit comments