Skip to content

Commit

Permalink
Add missing autofocusSearchField prop to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Jan 8, 2024
1 parent f7f7dac commit 7fb9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SearchAndSort/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ advancedSearchOptions | array | Array of options for Advanced Search component.
advancedSearchIndex | string | Value of advanced search index option. Tells `<SearchAndSort>` which index to set after searching by Advanced Search.
advancedSearchQueryBuilder | function | Custom query builder for Advanced Search.
actionMenu | function | Customizes the pane's action menu; see [PaneHeader](https://github.com/folio-org/stripes-components/tree/master/lib/PaneHeader)_for more information. This function also recieves the provided `columnManagerProps`

autofocusSearchField | boolean | If the `<SearchField>` should be auto-focused on mount

See ui-users' top-level component [`<Users.js>`](https://github.com/folio-org/ui-users/blob/master/Users.js) for an example of how to use `<SearchAndSort>`.

Expand Down

0 comments on commit 7fb9d57

Please sign in to comment.