set proper input purpose for phone numbers
the phone number fields currently have GTK_INPUT_PURPOSE_FREE_FORM
, GTK_INPUT_PURPOSE_NUMBER
looks like a better fit to help the osk. same goes for other fields like website
which could use GTK_INPUT_PURPOSE_URL
and email with GTK_INPUT_PURPOSE_EMAIL
.
Edited by Guido Gunther