From 582ec707081401b459d6e000205d0afa92719a9e Mon Sep 17 00:00:00 2001 From: Balaji Kotni Date: Fri, 30 Jan 2026 09:56:15 +0530 Subject: [PATCH] fix: textinput multiline hidded lable issue on ios and web --- src/components/TextInput/TextInputFlat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TextInput/TextInputFlat.tsx b/src/components/TextInput/TextInputFlat.tsx index 378366e176..012bd74539 100644 --- a/src/components/TextInput/TextInputFlat.tsx +++ b/src/components/TextInput/TextInputFlat.tsx @@ -466,10 +466,10 @@ const styles = StyleSheet.create({ }, patchContainer: { height: 24, - zIndex: 2, + zIndex: 0, }, densePatchContainer: { height: 22, - zIndex: 2, + zIndex: 0, }, });