Updates
This commit is contained in:
@@ -451,32 +451,6 @@ export default function Input<KeyType extends string>(
|
||||
buttonDownRef={buttonDownRef}
|
||||
/>
|
||||
) : null}
|
||||
|
||||
{/* {info && (
|
||||
<Dropdown
|
||||
target={
|
||||
<Button
|
||||
variant="ghost"
|
||||
color="gray"
|
||||
title="Input Info Button"
|
||||
>
|
||||
<Info
|
||||
size={15}
|
||||
className="opacity-50 hover:opacity-100"
|
||||
/>
|
||||
</Button>
|
||||
}
|
||||
hoverOpen
|
||||
>
|
||||
<Card className="min-w-[250px] text-sm p-6">
|
||||
{typeof info == "string" ? (
|
||||
<Span className="text-sm">{info}</Span>
|
||||
) : (
|
||||
info
|
||||
)}
|
||||
</Card>
|
||||
</Dropdown>
|
||||
)} */}
|
||||
</div>
|
||||
{info && (
|
||||
<Dropdown
|
||||
|
||||
Reference in New Issue
Block a user