WebTextField issue?

WebTextField has the property ‘Type’ set to ‘3 - Number’, yet it allows users to type in things other than numbers.
Was I suppose to check the data as it was being typed in myself?

Is this In 2013 r1 (Xojo)

If you are using a number filed it should be cleaning out all the no 0-9 characters on exit of the filed.

Watch out though it s wonky 654xx34- will result in 645 not 65434

The field types are strictly HTML5 field types. If the browser doesn’t support the type you pick, it will simply display as a text field.