feat(apply): add amount formatter for fee input field
- Change input type from "number" to "digit" for better mobile keyboard support - Add formatAmount() method to validate and format currency input - Restrict decimal places to maximum 2 digits for CNY amounts - Remove non-numeric characters except decimal point during input - Handle multiple decimal points by keeping only the first one - Improve user experience with proper currency input validation
Showing
with
33 additions
and
1 deletions
Please
register
or
sign in
to comment