Skip to content

Commit

Permalink
add example to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Mar 23, 2017
1 parent d97c917 commit 267073c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/full/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ module.exports = {
required: true,
hint: "Minimum 6 characters",
styleClasses: "half-width",
validator: validators.string
validator: validators.string.locale({
fieldIsRequired: "The password is required!",
textTooSmall: "Password must be at least {1} characters"
})
}, {
type: "input",
inputType: "date",
Expand Down

0 comments on commit 267073c

Please sign in to comment.