I would like to prevent the user from entering certain characters. At the moment, the closest feature is using
validation to inform them of invalid input after the fact, but I'd like to prevent them from inputting it in the first place. Being able to define my own rules like in React (see the second example
here) would be nice.