Hi everyone, I have quite a basic problem that I was hoping someone could help me with. Basically I have an Inline Edit that has a Textfield inside of it which I want to only accept numbers and refuse letters. With a normal Javascript input field I could just set the type to number but I'm not too sure how to do this with Textfield.