Add currency and percentage input plugins to mortgage calculator

- Currency inputs auto-format with thousand separators on input
- Only allows numeric characters (strips letters, symbols, etc.)
- .val() returns raw integer for calculations
- Percentage inputs allow only numbers and one decimal point
- Select all on focus for easy replacement
- Maintains cursor position while typing
- Real-time sync between down payment dollar and percent fields

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Hanson.xyz Dev
2025-12-01 00:37:22 -06:00
parent ebbc9ec03b
commit cf0debb970
6 changed files with 217 additions and 49 deletions
+1
View File
@@ -0,0 +1 @@
55392