Skip to content

Commit

Permalink
chore(input): add outside-top to use-label-placement hook
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav700 committed Feb 5, 2025
1 parent e91d0e3 commit 190341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/system/src/hooks/use-label-placement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {useMemo} from "react";
import {useProviderContext} from "../provider-context";

export function useLabelPlacement(props: {
labelPlacement?: "inside" | "outside" | "outside-left";
labelPlacement?: "inside" | "outside" | "outside-left" | "outside-top";
label?: React.ReactNode;
}) {
const globalContext = useProviderContext();
Expand Down

0 comments on commit 190341c

Please sign in to comment.