-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Component URLInput not honouring className #13800
Conversation
Related: WordPress#13754 This pull request fixes the URIInput Component not honouring. This add the className to the parent div for the component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
Could you please add className
to the documentation in editor/src/components/url-input/README.md
?
The Readme has been updated to reflect the change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! Thanks for your work on this 👍
* Fixed Component URLInput not honouring className Related: #13754 This pull request fixes the URIInput Component not honouring. This add the className to the parent div for the component * Updated URLInput Readme for className prop
* Fixed Component URLInput not honouring className Related: #13754 This pull request fixes the URIInput Component not honouring. This add the className to the parent div for the component * Updated URLInput Readme for className prop
Description
Closes #13754
This pull request fixes the URIInput Component not honouring. This add the className to the parent div for the component
How has this been tested?
Before Change:
The class was not appended to the URLInput class "editor-url-input"
After Change
The class was appended to the URLInput class "editor-url-input"
Types of changes]
Bug fix (non-breaking change which fixes an issue)
Checklist: