charmbracelet / charmbracelet/bubbles
textinput TextStyle vs PlaceholderStyle inconsistency
- Dominant language
- Go
- Stars
- 8.9k
- Forks
- 457
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
Description
When using a textinput, the TextStyle style is applied across the entire width of the line, as such:

However, when using a placeholder, the PlaceholderStyle only applies to the bit behind the placeholder text, as such:

the style for both is the same:
`lipgloss.NewStyle().Background(lipgloss.Color("#AFAFAF")).Foreground(lipgloss.Color("#000000"))`
Not entirely sure if this would be considered a *bug*, but it seems like an inconsistent bit of behavior. Figured it was worth mentioning.
Contributor guide
Assessment
This issue has not been assessed yet.