|
@ -141,7 +141,7 @@ class TextInput(Item[V]): |
|
|
|
|
|
|
|
|
self._underlying.custom_id = value |
|
|
self._underlying.custom_id = value |
|
|
self._provided_custom_id = True |
|
|
self._provided_custom_id = True |
|
|
|
|
|
|
|
|
@property |
|
|
@property |
|
|
def width(self) -> int: |
|
|
def width(self) -> int: |
|
|
return 5 |
|
|
return 5 |
|
|