From 6cb3f9853145d4c3a8b31e11f2dbdc925e7d7176 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 12 Nov 2023 11:30:47 -0300 Subject: [PATCH] fix text input mask style --- package.json | 2 +- src/components/TextInput/index.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26e3286..3881407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platformbuilders/fluid-react", - "version": "1.1.2", + "version": "1.1.3", "private": false, "description": "Builders React for Fluid Design System", "keywords": [ diff --git a/src/components/TextInput/index.tsx b/src/components/TextInput/index.tsx index f514eb0..fb21bcd 100644 --- a/src/components/TextInput/index.tsx +++ b/src/components/TextInput/index.tsx @@ -95,6 +95,7 @@ const TextInput: FC = ({ onAccept={onAccept} autoFocus={autoFocus} hasError={hasError} + {...rest} /> ) : (