Passing prop name to Search should set it as an attribute to the <input>, not the <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
@ivosabev Thanks for report 馃憤 I've made PR for this.
Hello. What about Dropdown? The same as with search, will be great to pass name attribute
Most helpful comment
Hello. What about Dropdown? The same as with search, will be great to pass name attribute