The "input" property suggests it could somehow be set to make the
The existing "fluid" property (
It seems that a Search component property (like repurposing "fluid") just needs to be passed as the Input property "fluid" in the renderSearchInput function.
2.2.2
Duplicate https://github.com/Semantic-Org/Semantic-UI-React/issues/1104
<Search input={{ fluid: true }} />
Sidenote, looks like you need to use some backticks ` around your code when commenting. Otherwise, GitHub tries to render it as HTML.
<strong>Like this</strong> instead of like this.

Thanks for the suggestion on the backticks. I'm glad there's an existing solution for this. I'd suggest updating the documentation for the Search component's input property to make this clearer -- something like: "Pass properties to the input component (e.g. input={{ fluid: true }})"
Yep, PRs welcome! There are a lot of great ideas lying around here waiting for willing and able hands :)
Most helpful comment
Duplicate https://github.com/Semantic-Org/Semantic-UI-React/issues/1104