Skip to content

Commit

Permalink
Fixed demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
RillingDev committed Mar 15, 2021
1 parent b64dd5e commit 5a4eca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1>Demo 2 - Advanced Inputs</h1>
},
nameLast: {
msg: "Only 'Bar-Dave' may select 'Bar'",
fn: (val) => val !== "Bar"
fn: (val) => val !== "bar"
},
message: {
msg: (val) => `Please enter an even number of characters (You entered ${val.length})`,
Expand Down

0 comments on commit 5a4eca9

Please sign in to comment.