Skip to content

Commit

Permalink
fix: discovery cta (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Oct 19, 2023
1 parent 01e9724 commit fcb8fd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified docs/videos/create-bs-posts.mp4
Binary file not shown.
Binary file modified docs/videos/discovery.mp4
Binary file not shown.
4 changes: 3 additions & 1 deletion packages/plugin/src/components/DIDDiscoveryBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ export const DIDDiscoveryBar: React.FC<DIDDiscoveryBarProps> = ({

<AutoComplete
dropdownMatchSelectWidth={true}
style={{ width: '100%', paddingRight: 20 }}
style={{ width: '100%'}}
options={options}
onSelect={handleSelect}
onSearch={handleSearch}
defaultValue={placeholder}

>
<Input.Search
enterButton="Search"
id='did-discovery-bar'
onSearch={handleSelect}
style={{
Expand Down

0 comments on commit fcb8fd6

Please sign in to comment.