We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.x, 2.4.1 I'm using vuelidate (0.7.5) with VuelidateErrorExtractor(2.4.1) this way :
`import Vuelidate from "vuelidate"; import VuelidateErrorExtractor, { templates } from "vuelidate-error-extractor";
const messages = {minLength: "{attribute} must have minimum {min} characters"}
Vue.use(Vuelidate); Vue.use(VuelidateErrorExtractor, { messages, attributes: { name: "Name"} }`
#860 #302 #460
attribute must have minimum 4 characters
attribute must have minimum characters
{min} is not working and {attribute} is working.
What's changed ? @dobromir-hristov @pascaloliv @traviscibot @pelcasandra
The text was updated successfully, but these errors were encountered:
Will investigate during the weekend
Sorry, something went wrong.
Hi @dobromir-hristov , got anything regarding this ? This is affecting whole app environment for me.
Sorry. I did and I could not reproduce your problem. Can you create a small repo so I can test it?
No branches or pull requests
vue & vuelidate-error-extractor version
2.0.x, 2.4.1
I'm using vuelidate (0.7.5) with VuelidateErrorExtractor(2.4.1) this way :
`import Vuelidate from "vuelidate";
import VuelidateErrorExtractor, {
templates
} from "vuelidate-error-extractor";
const messages = {minLength: "{attribute} must have minimum {min} characters"}
Vue.use(Vuelidate);
Vue.use(VuelidateErrorExtractor, {
messages,
attributes: {
name: "Name"}
}`
#860 #302 #460
What is Expected?
attribute must have minimum 4 characters
What is actually happening?
attribute must have minimum characters
{min} is not working and {attribute} is working.
What's changed ? @dobromir-hristov @pascaloliv @traviscibot @pelcasandra
The text was updated successfully, but these errors were encountered: