inputHandler top-level property
Facet for input handlers.
Input handlers can intercept text insertion before it happens and
optionally handle it themselves (by returning true).
Implementation
final Facet<InputHandler, List<InputHandler>> inputHandler = Facet.define();