-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetpack AI: use custom input placeholders on the Jetpack Form AI Exte…
…nsion (#39482) * Support custom placeholder getter on the BlockHandler class * Implement a custom placeholder getter for the Jetpack Form block handler * Expose the custom placeholder getter on the block handler getter * Support custom placeholder prop on the AI Assistant Input component * Provide the custom placeholder to the AI Assistant input, when it exists * Changelog * Rename custom placeholder method to refer to the extension input * Use null instead of undefined as the prop when a custom placeholder is not set Co-authored-by: Douglas Henri <[email protected]> --------- Co-authored-by: Douglas Henri <[email protected]>
- Loading branch information
1 parent
202fec8
commit 2a290e3
Showing
7 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...cts/plugins/jetpack/changelog/update-jetpack-ai-add-custom-placeholders-on-form-extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: other | ||
|
||
Jetpack AI: use custom placeholders on the Jetpack Form AI extension input component. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters