futil-js / contexture-react

React components for building contexture interfaces
https://smartprocure.github.io/contexture-react
MIT License
6 stars 4 forks source link

Fix: only use autoFocus on the tagsQuerySearchBar #518

Closed ccalbaugh closed 3 years ago

ccalbaugh commented 3 years ago

The autoFocus prop on expandableTagsQuery is causing unexpected behavior when combing them with a search bar. Removing the autoFocus prop will fix this behavior.