Correct supported types in docs for modal components

This commit is contained in:
Soheab_
2025-09-21 16:28:32 +02:00
committed by Danny
parent 178ea664b2
commit d78636283b
4 changed files with 9 additions and 4 deletions

View File

@@ -53,6 +53,8 @@ V = TypeVar('V', bound='BaseView', covariant=True)
class TextInput(Item[V]):
"""Represents a UI text input.
This a top-level layout component that can only be used in :class:`Label`.
.. container:: operations
.. describe:: str(x)