Input validation while typing

Text input is now only validated when the focus of the input field has been lost. I think it would be nice if we could validate/unvalidate while the user is still typing.

I have a feeling there should be a way to do this now, with binding a text field to the input form and validating that somehow. But I don’t have that figured out just yet.