Changes:
- Merge pull request: Fix issue jaridmargolin#52 where input event isn't triggered. jaridmargolin#57
- Fix memory leak: add public destroy method
- New placeholder behavior. Now you can use a "string pattern" to define your placeholder. The char in your string at the index "i" will be used as placeholder at index "i". In the placeholder pattern the "|" char is ignored.