Closed kabilansakthivelu closed 6 days ago
Latest commit: e2442425933216bab7de8a22caa963380b5088f7
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
✅ PR title follows Conventional Commits specification.
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit e2442425933216bab7de8a22caa963380b5088f7:
Sandbox | Source |
---|---|
razorpay/blade: basic | Configuration |
Generated by :no_entry_sign: dangerJS against e2442425933216bab7de8a22caa963380b5088f7
Description
Fix for
maxCharacters
alignment in Input componentChanges
Issue:
When
maxCharacters
andsuccessText
props are passed to the component, butvalidationState
prop is set tonone
, thenmaxCharacters
indication is aligned to the left.Fix:
Made changes to
willRenderHintText
boolean condition to return true on the below scenarios:helpText
prop is passedsuccessText
prop is passed andvalidationState
prop is set tosuccess
errorText
prop is passed andvalidationState
prop is set toerror
Additional Information
Component Checklist