AutoReplaceField - Vaadin Add-on Directory
TextField extension that automatically modifies the text while you type it. Includes some derived classes like DoubleField and EuroField.AutoReplaceField is a component that can automatically do regexp-replace-all operations for the field value while user types it.
The AutoReplace field is a good starting point for quickly subclassing custom components. The package contains ready sub classes like IntegerField, DoubleField and EuroField.
Online DemoSource Code
AutoReplaceField version 1.0.1
* Tuned the user experience on complex rules (garret should stay put)
* Better demos and derived helper fields