add debounce library (and @types/debounce) for use in auto formatting typed inputs in certain forms
✨ Updates
use formatNumber to display "available" amounts in certain forms
🐞 Bugs squashed
Fix use of formatNumber for input fields. (The previous use of the recently updated helper function was blocking typed input past the first formatted ,.)
🥳 Adds
debounce
library (and@types/debounce
) for use in auto formatting typed inputs in certain forms✨ Updates
formatNumber
to display "available" amounts in certain forms🐞 Bugs squashed
formatNumber
for input fields. (The previous use of the recently updated helper function was blocking typed input past the first formatted,
.)