diff --git a/.changeset/four-rivers-yell.md b/.changeset/four-rivers-yell.md new file mode 100644 index 00000000000..29fcdd3e873 --- /dev/null +++ b/.changeset/four-rivers-yell.md @@ -0,0 +1,5 @@ +--- +"@razorpay/blade": patch +--- + +feat: expose textAlign prop types in text input diff --git a/packages/blade/src/components/Input/TextInput/TextInput.tsx b/packages/blade/src/components/Input/TextInput/TextInput.tsx index 5293cd75423..0aedcc6edd9 100644 --- a/packages/blade/src/components/Input/TextInput/TextInput.tsx +++ b/packages/blade/src/components/Input/TextInput/TextInput.tsx @@ -57,6 +57,7 @@ type TextInputCommonProps = Pick< | 'leadingIcon' | 'trailingButton' | 'trailingIcon' + | 'textAlign' > & { /** * Decides whether to render a clear icon button