We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc4574 commit 2285401Copy full SHA for 2285401
example/src/example.tsx
@@ -82,6 +82,8 @@ class ExampleApp extends React.Component<IExampleProps, IExampleState> {
82
onGifSelected={this.onGifSelected}
83
rating={Rating.G}
84
limit={40}
85
+ queryFormAutoFocus={true}
86
+ preloadTrending={true}
87
queryFormInputClassName={customStyle.customQueryFormInput}
88
queryFormSubmitClassName={customStyle.customQueryFormSubmit}
89
searchResultsClassName={customStyle.customSearchResults}
0 commit comments