type property

type property

The type of this form control. This is the string “select-multiple” when the multiple attribute is true and the string “select-one” when false.

Definition:

@property
def type(self):
    ...

See Also