:right-sidebar: True InputPurpose =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.28 .. class:: InputPurpose :no-contents-entry: Enum values used to describe the primary purpose of the active editable element. Fields ------ .. rst-class:: interim-class .. class:: InputPurpose :no-index: .. attribute:: DIGITS Editable element expects digits .. attribute:: EMAIL Editable element expects an email .. attribute:: FREE_FORM Editable element expects any characters .. attribute:: NUMBER Editable element expects a number .. attribute:: PASSWORD Editable element expects a password .. attribute:: PHONE Editable element expects a telephone .. attribute:: URL Editable element expects a URL