MoreOptionsButton

Renders a button that toggles InputButtons inside MessageInput. This is the default component for the MoreOptionsButton prop.

Best Practices

  • Use this for secondary actions to keep the input compact.
  • Keep the toggle button easy to discover and accessible.
  • Avoid heavy logic in handleOnPress to keep input responsive.
  • Keep iconography consistent with other input actions.
  • Use Channel prop overrides rather than modifying internals.

Props

handleOnPress

Press handler.

Type
function