File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export interface StrictSearchProps {
143143 /** A search can have its results take up the width of its container. */
144144 fluid ?: boolean
145145
146- /** A search input can take up the width of its container . */
146+ /** Shorthand for input element . */
147147 input ?: SemanticShorthandItem < InputProps >
148148
149149 /** A search can show a loading indicator. */
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export default class Search extends Component {
167167 /** A search can have its results take up the width of its container. */
168168 fluid : PropTypes . bool ,
169169
170- /** A search input can take up the width of its container . */
170+ /** Shorthand for input element . */
171171 input : customPropTypes . itemShorthand ,
172172
173173 /** A search can show a loading indicator. */
You can’t perform that action at this time.
0 commit comments