Skip to content

fix(textarea): remove double rendering in placeholder view#911

Open
spxzx wants to merge 1 commit intocharmbracelet:mainfrom
spxzx:fix/textarea-placeholder-double-border
Open

fix(textarea): remove double rendering in placeholder view#911
spxzx wants to merge 1 commit intocharmbracelet:mainfrom
spxzx:fix/textarea-placeholder-double-border

Conversation

@spxzx
Copy link
Copy Markdown

@spxzx spxzx commented Mar 20, 2026

The placeholder view was being wrapped with styles.Base.Render() which added an extra border, causing double borders when using custom styled borders with placeholders.

before repair (bubbletea/examples/split-editors.go):
image

after repair:
image

The placeholder view was being wrapped with styles.Base.Render() which added an extra border, causing double borders when using custom styled borders with placeholders.
@spxzx spxzx requested a review from aymanbagabas as a code owner March 20, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant