-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Feature Request] Currency Input #11495
Comments
ghost
added
the
S: triage
label
May 26, 2020
My solution, may be useful for you
|
Thank you for the Feature Request and interest in improving Vuetify. After careful consideration the team has decided that this is not functionality that we are looking to implement at this time. If you have any additional questions, please reach out to us in our Discord community. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem to solve
I was not successful when trying to use a currency mask for the v-text-field component. I found no way to allow only numbers with 2 decimal places
Proposed solution
v-text-field
prefix="$"
type="decimal"
precision="2"
The text was updated successfully, but these errors were encountered: