Component URLInput not honouring className prop #13754
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Priority] Low
Used to indicate that the issue at hand isn't a top priority to address and can be handled later
[Type] Enhancement
A suggestion for improvement.
Describe the bug
According to README.md, we should be able to pass a
className
prop (I assume to the<input
?) intoURLInput
, after an attempt to use it and not being able to find the class applied to any element, I had a look atindex.js
where I don't see theclassName
prop used at all.To Reproduce
Steps to reproduce the behavior:
className
:Expected behavior
The
className
passed to be applied to one of the rendered elements.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop
Additional context
The text was updated successfully, but these errors were encountered: