Skip to content

Commit

Permalink
Fix/text input props addition (#440)
Browse files Browse the repository at this point in the history
* on keyborad press and text align

* props type defined

* default values addition

* lint fix

* prettier issues

* fix: test cases

* fix: revert

* snapshot update

* changeset for textInput new props

* revert

* Create twelve-hounds-compete.md

* expanded changeset discription

* removed blade patch

* refactored changeset discription
  • Loading branch information
AditiTiwariRazorpay authored Apr 13, 2022
1 parent c3be4be commit 0361106
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-hounds-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade-old": patch
---

`onKeyPress` and `textAlign` props addition in `TextInput`. `textAlign` can take values `left`, `right`, and `center`. `onKeyPress` will take native event as argument. These props are optional

0 comments on commit 0361106

Please sign in to comment.