-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correcting focus behavior of react-search (#28241)
* focus fix * attempted style fix * appearance fixes * update api + Tests * fix focus * api update * sean's nits * add contentAfter as a button * minor changes * minor fixes * fix linting issues * Update packages/react-components/react-search/src/components/SearchBox/useSearchBox.tsx Co-authored-by: Sean Monahan <seanmonahan@microsoft.com> * fixing props * move ref onto root * fix ref * Update packages/react-components/react-search/src/components/SearchBox/useSearchBoxStyles.styles.ts Co-authored-by: Sarah Higley <smhigley@users.noreply.github.com> * small tweak --------- Co-authored-by: Sean Monahan <seanmonahan@microsoft.com> Co-authored-by: Sarah Higley <smhigley@users.noreply.github.com>
- Loading branch information
1 parent
64fb6d6
commit 5809e04
Showing
6 changed files
with
75 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters