The Email component
This component lets the user enter an e-mail address.
In addition to the properties listed below, this component inherits properties and methods from the superclass Component
. For example, any Email component has a label
and tooltip
property even though these are not explicitly listed here.
Properties
Name | Description | Datatype | Default |
---|---|---|---|
kickbox | Whether or not the Kickbox validation should be enabled. Must be a struct/dict with field enabled . | Struct/dict | enabled: False |
labelPosition | Position of the label with respect to the component. Can be 'top' , 'bottom' , 'right-right' , 'left-right' , 'left-left' or 'right-left' . | String | "top" |
multiple | Whether or not multiple values can be entered. | Boolean | False |