\r\n
{\r\n inputRef.current = r;\r\n if (innerRef && typeof innerRef === \"function\") {\r\n innerRef(r);\r\n }\r\n } : innerRef}\r\n className={classNames(\"rfl-input\", inputClassName, { \"rfl-input--hasicon\": rest.isLoading || innerChildren != null })} />\r\n {!hasInvalidMessage &&
}\r\n {!hasInvalidMessage && optionalLabel &&
{optionalLabel}} \r\n {innerChildren &&
{innerChildren}
}\r\n {hasInvalidMessage &&
\r\n {validationMessage}\r\n
}\r\n
\r\n );\r\n}","import React from \"react\";\r\nimport { forwardRef } from \"react\";\r\nimport { Icon, IconProps } from \"./common\";\r\n\r\nconst CheckFilled: Icon = forwardRef