You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can easily do masks that will allow the symbol to be typed, but I want to force the symbol so when a user types 100 the input displays +$100 and when the user types -100 the input displays -$100.
I guess if there's a way to simplify my mask at the same time, I'd welcome any pointers :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a mask that does mostly what I'm looking for, but it allows
$-150
which is not exactly what I'm trying to do.I can easily do masks that will allow the symbol to be typed, but I want to force the symbol so when a user types
100
the input displays+$100
and when the user types-100
the input displays-$100
.I guess if there's a way to simplify my mask at the same time, I'd welcome any pointers :)
Beta Was this translation helpful? Give feedback.
All reactions