Skip to content

Commit

Permalink
#758 Fix Searchbox submitting forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps authored and joepio committed Jan 12, 2024
1 parent 3400b4e commit 6337c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
- [#747](https://github.com/atomicdata-dev/atomic-server/issues/747) Show ontology classes on new resource page.
- [#770](https://github.com/atomicdata-dev/atomic-server/issues/770) Display more info on search result page.
- [#771](https://github.com/atomicdata-dev/atomic-server/issues/771) Tables: Don't paste in multiple rows when focussed on an input
- [#758](https://github.com/atomicdata-dev/atomic-server/issues/758) Fix Relation column forms to close when clicking on the searchbox
- Fix server not rebuilding client when files changed.

## v0.36.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export function SearchBox({
invalid={!!error}
>
<TriggerButton
type='button'
autoFocus={autoFocus}
disabled={disabled}
ref={triggerRef}
Expand Down

0 comments on commit 6337c2f

Please sign in to comment.