Filtering should be added to input values. The most simple solution looks like using php's filter_var. possible interface can be: ``` text(..) ->filter('int') ``` otherwise .. there can be different input types. then filtering not needed.