default_selected property

default_selected property

Represents the value of the HTML selected attribute. The value of this attribute does not change if the state of the corresponding form control, in an interactive user agent, changes. See the selected attribute definition in HTML 4.01. @version DOM Level 2

Definition:

@property
def default_selected(self):
    ...
@default_selected.setter
def default_selected(self, value):
    ...

See Also