mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
added msising attributes on the option Element. Tests are all passing now
This commit is contained in:
@@ -640,6 +640,11 @@ class option(TextElementBase):
|
|||||||
|
|
||||||
tag = "option"
|
tag = "option"
|
||||||
|
|
||||||
|
disabled = JSProperty("value")
|
||||||
|
label = JSProperty("label")
|
||||||
|
selected = JSProperty("selected")
|
||||||
|
value = JSProperty("value")
|
||||||
|
|
||||||
|
|
||||||
class output(TextElementBase):
|
class output(TextElementBase):
|
||||||
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/output"""
|
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/output"""
|
||||||
|
|||||||
Reference in New Issue
Block a user