-
Notifications
You must be signed in to change notification settings - Fork 13
#4652 - Part 3: Update Currency to Number Input on SFAA FT 25/26 #4772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ninosamson
commented
Jun 2, 2025
- Final PR to update all currency inputs in FT25/26 to new number/currency input with proper validation
| "decimalLimit": 2, | ||
| "requireDecimal": true | ||
| "type": "number", | ||
| "decimalLimit": 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
| { | ||
| "label": "My total current year gross income is:", | ||
| "prefix": "$", | ||
| "customClass": "font-weight-bold", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We changed the component but do we want to get rid of this style? Likewise in other places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use that for all labels @sh16011993 it seems...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upon reviewing further, the customClass for the number input which is implemented elsewhere is "CustomCSSClass"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for confirming @dheepak-aot that we are trying to get rid of this style. Hence resolving this.
sh16011993
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @ninosamson 👍 LGTM
| } | ||
| }, | ||
| { | ||
| "key": "parentResidencyExceptionSupportingDocumentsPanelContent", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix
dheepak-aot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good 👍


