Skip to content

Commit

Permalink
add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Oct 10, 2023
1 parent abb8e52 commit 785d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/design-system/src/components/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Default = () => (
<Field name="protocol" label="Protocol">
<SelectDropdown options={singleSelectOptions} placeholder="Select a protocol..." />
</Field>
<Field name="host" label="Host" className="grow">
<Field name="host" label="Host" className="grow" tooltip='Server host url.'>
<TextInput value='kafka.in.mycompany.com:{port}/production' placeholder="" className='w-full' />
</Field>
</div>
Expand Down

0 comments on commit 785d17b

Please sign in to comment.