list partial fix
This commit is contained in:
parent
ab8b092e38
commit
c12dcba62b
@ -100,7 +100,7 @@ class UnorderedList(BaseList, Ul):
|
|||||||
tag = "ul"
|
tag = "ul"
|
||||||
|
|
||||||
# The style of the list.
|
# The style of the list.
|
||||||
list_style_type: LiteralListStyleTypeOrdered = "disc"
|
list_style_type: LiteralListStyleTypeUnordered = "disc"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def create(
|
def create(
|
||||||
|
@ -106,7 +106,7 @@ class UnorderedList(BaseList, Ul):
|
|||||||
def create( # type: ignore
|
def create( # type: ignore
|
||||||
cls,
|
cls,
|
||||||
*children,
|
*children,
|
||||||
list_style_type: Optional[LiteralListStyleTypeOrdered] = None,
|
list_style_type: Optional[LiteralListStyleTypeUnordered] = None,
|
||||||
items: Optional[Union[Iterable, Union[Iterable, Var[Iterable]]]] = None,
|
items: Optional[Union[Iterable, Union[Iterable, Var[Iterable]]]] = None,
|
||||||
access_key: Optional[Union[Var[Union[bool, int, str]], bool, int, str]] = None,
|
access_key: Optional[Union[Var[Union[bool, int, str]], bool, int, str]] = None,
|
||||||
auto_capitalize: Optional[
|
auto_capitalize: Optional[
|
||||||
|
Loading…
Reference in New Issue
Block a user