diff --git a/app/client/src/components/ads/TextInput.tsx b/app/client/src/components/ads/TextInput.tsx index 8255be1b3f..ab371f8702 100644 --- a/app/client/src/components/ads/TextInput.tsx +++ b/app/client/src/components/ads/TextInput.tsx @@ -300,7 +300,7 @@ const TextInput = forwardRef( const [isFocused, setIsFocused] = useState(false); const [inputValue, setInputValue] = useState(props.defaultValue); - const { trimValue = true } = props; + const { trimValue = false } = props; const setRightSideRef = useCallback((ref: HTMLDivElement) => { if (ref) {