Skip to content
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

int validation message is using default locale #350

Open
emrahbabayigit opened this issue May 26, 2021 · 0 comments
Open

int validation message is using default locale #350

emrahbabayigit opened this issue May 26, 2021 · 0 comments

Comments

@emrahbabayigit
Copy link

heyui/src/plugins/validator/validation/typeValids.js

int: {
valid(value) {
return parseInt(value, 10) == value;
},
message: locale.t('h.validation.type.int')
message() { return locale.t('h.validation.type.number'); }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant