|
@ -752,7 +752,7 @@ def select( |
|
|
|
|
|
|
|
|
def select( |
|
|
def select( |
|
|
*, |
|
|
*, |
|
|
cls: Type[BaseSelectT] = Select, |
|
|
cls: Type[BaseSelectT] = Select[V], |
|
|
options: List[SelectOption] = MISSING, |
|
|
options: List[SelectOption] = MISSING, |
|
|
channel_types: List[ChannelType] = MISSING, |
|
|
channel_types: List[ChannelType] = MISSING, |
|
|
placeholder: Optional[str] = None, |
|
|
placeholder: Optional[str] = None, |
|
|