Skip to content

feat(ui_input): add multi_line flag to PBUiInput#394

Merged
robtfm merged 1 commit intoprotocol-squadfrom
feat/ui-input-multiline
Apr 27, 2026
Merged

feat(ui_input): add multi_line flag to PBUiInput#394
robtfm merged 1 commit intoprotocol-squadfrom
feat/ui-input-multiline

Conversation

@robtfm
Copy link
Copy Markdown
Contributor

@robtfm robtfm commented Apr 27, 2026

Summary

  • Adds optional bool multi_line (field 14) to PBUiInput. When true the input behaves as a multi-line textarea: plain Enter inserts a newline; Shift+Enter (or NumpadEnter) submits.
  • Single-line behavior is unchanged when the flag is false/absent.

🤖 Generated with Claude Code

When true, the input behaves as a multi-line textarea: plain Enter
inserts a newline and Shift+Enter submits. Existing single-line
behavior is unchanged when the flag is false/absent.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Test this pull request

  • The @dcl/protocol package can be tested in scenes by running
    npm install "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-25001674716.commit-044c893.tgz"

@robtfm robtfm merged commit ba53eb0 into protocol-squad Apr 27, 2026
2 of 3 checks passed
@robtfm robtfm deleted the feat/ui-input-multiline branch April 27, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants