Skip to content

Commit

Permalink
iconsPosition prop jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Jun 4, 2024
1 parent 6ff135d commit 1095caa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ export type EuiFormControlLayoutProps = CommonProps &
append?: PrependAppendType;
children?: ReactNode;
icon?: EuiFormControlLayoutIconsProps['icon'];
/**
* Determines whether icons are absolutely or statically rendered. For single inputs,
* absolute rendering is typically preferred.
* @default absolute
*/
iconsPosition?: EuiFormControlLayoutIconsProps['iconsPosition'];
clear?: EuiFormControlLayoutIconsProps['clear'];
/**
Expand Down

0 comments on commit 1095caa

Please sign in to comment.