You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter has added support to upload stickers and GIFs through the system keyboard in its pre-release versions and I'm using the master channel. See this and this along with further comments.
When the default TextField widget is used the contentInsertionConfiguration property appears (master channel) but FormBuilderTextField is missing it yet.
What you'd like to happen:
I would like FormBuilderTextField to have support for uploading stickers and GIFs (in its pre-release versions) as supported by Flutter.
The text was updated successfully, but these errors were encountered:
Environment
Package version:
Description
Flutter has added support to upload stickers and GIFs through the system keyboard in its pre-release versions and I'm using the master channel. See this and this along with further comments.
When the default
TextField
widget is used thecontentInsertionConfiguration
property appears (master channel) butFormBuilderTextField
is missing it yet.What you'd like to happen:
I would like
FormBuilderTextField
to have support for uploading stickers and GIFs (in its pre-release versions) as supported by Flutter.The text was updated successfully, but these errors were encountered: