We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
name
Passing prop name to Search should set it as an attribute to the <input>, not the <div>.
Search
<input>
<div>
<Search name="foo" />
<div class="ui fluid search"> <div class="ui icon input"> <input name="foo" type="text" placeholder="Name" value="" class="prompt" tabindex="0" autocomplete="off"> ...
<div name="foo" class="ui fluid search"> <div class="ui icon input"> <input type="text" placeholder="Name" value="" class="prompt" tabindex="0" autocomplete="off"> ...
0.63.5
The text was updated successfully, but these errors were encountered:
@ivosabev Thanks for report 👍 I've made PR for this.
Sorry, something went wrong.
Hello. What about Dropdown? The same as with search, will be great to pass name attribute
@layershifter Yes, what about Dropdown? How to pass the name attribute to the nested <input>?
No branches or pull requests
Passing prop
name
toSearch
should set it as an attribute to the<input>
, not the<div>
.Code
Expected Result
Actual Result
Version
0.63.5
The text was updated successfully, but these errors were encountered: