shapelets.apps.DataApp.text_input#

DataApp.text_input(title: Optional[str] = None, value: Optional[Union[str, int, float]] = None, placeholder: Optional[str] = None, multiline: Optional[bool] = None, text_style: Optional[dict] = None, toolbar: Optional[bool] = None, markdown: Optional[bool] = None, **additional)#

A basic widget for getting the user input as a text field. param title: String with the widget title. It will be placed on top of the widget box. param value: Default value. param placeholder: Text showed inside the widget by default. param multiline: Show text in multiline. param text_style: Dict to customize text: font size, font type y font style. param toolbar: Show toolbar on top of the widget. return Text Input.