Skip to content

FormBuilderTextBox should support context menu as default #1194

@yfakariya

Description

@yfakariya

Environment

Package version: 7.8.0

Description

What you'd like to happen:

FormBuilderTextBox supports default context menu out of box.

Currently, default value for contextMenuBuilder parameter of FormBuilderTextBox is not specified, so no context menu is shown as default.
In contrast, native TextFormField specifies default implementation using AdaptiveTextSelectionToolbar.editableText.
It is great if FormBuilderTextField also support default context menu.

For your reference, the default context menu enables pasting from clipboard, selecting all inputs if there are any inputs, and cutting and copying seleted texts. I think these functions are "must-have" for UX.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions