Skip to content

Commit 6337c2f

Browse files
Pollepsjoepio
authored andcommitted
#758 Fix Searchbox submitting forms
1 parent 3400b4e commit 6337c2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

browser/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
99
- [#747](https://github.com/atomicdata-dev/atomic-server/issues/747) Show ontology classes on new resource page.
1010
- [#770](https://github.com/atomicdata-dev/atomic-server/issues/770) Display more info on search result page.
1111
- [#771](https://github.com/atomicdata-dev/atomic-server/issues/771) Tables: Don't paste in multiple rows when focussed on an input
12+
- [#758](https://github.com/atomicdata-dev/atomic-server/issues/758) Fix Relation column forms to close when clicking on the searchbox
1213
- Fix server not rebuilding client when files changed.
1314

1415
## v0.36.2

browser/data-browser/src/components/forms/SearchBox/SearchBox.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export function SearchBox({
120120
invalid={!!error}
121121
>
122122
<TriggerButton
123+
type='button'
123124
autoFocus={autoFocus}
124125
disabled={disabled}
125126
ref={triggerRef}

0 commit comments

Comments
 (0)