We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e16b8e commit 07a7309Copy full SHA for 07a7309
src/components/input/components/inputIcon.tsx
@@ -47,7 +47,7 @@ const InputIconStandAloneDeprecatedComponent = (
47
props: IInputIcon,
48
ref: React.ForwardedRef<HTMLDivElement>
49
): JSX.Element | null => {
50
- if (!props.icon || props.loading) {
+ if (!props.icon || props.rightIcon || props.leftIcon || props.loading) {
51
return null;
52
}
53
0 commit comments