Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Add a placeholder to the product search block editor #5122

Merged
merged 2 commits into from Nov 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions assets/js/blocks/product-search/edit.js
Expand Up @@ -104,6 +104,10 @@ const Edit = ( {
<TextControl
className="wc-block-product-search__field input-control"
value={ placeholder }
placeholder={ __(
'Enter search placeholder text',
'woo-gutenberg-products-block'
) }
onChange={ ( value ) =>
setAttributes( { placeholder: value } )
}
Expand Down