ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

Formatted string as error message #117

Open Alireza-Farahani opened 9 years ago

Alireza-Farahani commented 9 years ago

In case of having lots of input fields with different minimum length required, it would be nice to have the ability of making formatted string as error message. For example,

@Length(min = 4, max = 12, messageResId = R.string.error_length, parameters = {4, 12})

32

ragunathjawahar commented 9 years ago

Will look into this.

AlbertoMonteiro commented 8 years ago

Its a basic feature!!!

HappyDr0id commented 8 years ago

@AlbertoMonteiro you can contribute :)

AlbertoMonteiro commented 8 years ago

@happydr0id thanks, but I am busy with other oss projects.

ragunathjawahar commented 8 years ago

Follow #80. Closing as duplicate.

luongvo commented 7 years ago

That's good idea, I'll take the time to contribute this feature soon 🚀