From 9e065ad5e921d795f9fae4add3242421d7947e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bed=C5=99ich=20Schindler?= Date: Thu, 6 Jun 2024 07:41:22 +0200 Subject: [PATCH] fixup! Change `label` of inputs to accept any node (#526) --- src/components/InputGroup/InputGroup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InputGroup/InputGroup.jsx b/src/components/InputGroup/InputGroup.jsx index e68eb9bd..191476b4 100644 --- a/src/components/InputGroup/InputGroup.jsx +++ b/src/components/InputGroup/InputGroup.jsx @@ -151,7 +151,7 @@ InputGroup.propTypes = { /** * Input group label. */ - label: PropTypes.string.isRequired, + label: PropTypes.node.isRequired, /** * Layout of the group. *