feat(edit-content): add placeholder to Tags field empty state#36291
feat(edit-content): add placeholder to Tags field empty state#36291adrianjm-dotCMS wants to merge 2 commits into
Conversation
Closes #36194 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Claude finished @wezell's task in 45s —— View job Rollback Safety Analysis
Result: ✅ Safe To RollbackLabel applied: The diff touches only 4 files, none of which fall into any unsafe category:
No database migrations, no Elasticsearch mapping changes, no REST/GraphQL contract changes, no data model changes, and no structural storage changes are present. Rolling back to N-1 simply removes the placeholder text — no data loss, no startup failures, no broken queries. |
🤖 Bedrock Review —
|
…ags-field-edit-con
🤖 Bedrock Review —
|
Summary
Search tags or type to create one.to the PrimeNG AutoComplete input, delivered via thedmi18n pipe consistent with existing field patterns in the codebase.Closes #36194
Acceptance Criteria
Search tags or type to create one.Search tags or type to create one.— same capitalisation, spacing, and trailing period, with no leading/trailing whitespace.Test Plan
Search tags or type to create one.when emptyVisual Changes
Notes
DotMessagePipemust be imported inDotTagFieldComponentindependently — as a standalone component it does not inherit its parent's imports. The parentDotEditContentTagFieldComponentalready hadDotMessagePipe, but standalone components require their own declaration.placeholderattribute behavior — no custom logic was needed.