Skip to content

Commit

Permalink
How to customise hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
jonom committed Jan 9, 2017
1 parent 39aa82f commit 9f70542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ $field->setTargetLength(100, 25, 150);
$field->setTargetLength(50*6);
```

### Customise hint text

This module supports translation through yml, so if you want to change the hint text that is displayed when users are typing, just create your own language file to override the one included in the module.

## Want to see more like this?

I donate a lot of my time to open-source projects, so if you use this module in a commercial project a small donation to keep me motivated would be much appreciated. If you'd like to sponsor additional development on this module I'd love to hear from you.
Expand Down

0 comments on commit 9f70542

Please sign in to comment.