{#if gradio.shared.loading_status} gradio.dispatch("clear_status", gradio.shared.loading_status)} /> {/if} ( (gradio.props.value = e.detail), gradio.dispatch("change", gradio.props.value) )} on:input={() => gradio.dispatch("input")} on:submit={() => gradio.dispatch("submit")} on:stop={() => gradio.dispatch("stop")} on:blur={() => gradio.dispatch("blur")} on:select={(e) => gradio.dispatch("select", e.detail)} on:focus={() => gradio.dispatch("focus")} on:error={({ detail }) => { gradio.dispatch("error", detail); }} on:start_recording={() => gradio.dispatch("start_recording")} on:pause_recording={() => gradio.dispatch("pause_recording")} on:stop_recording={() => gradio.dispatch("stop_recording")} on:upload={(e) => gradio.dispatch("upload", e.detail)} on:clear={() => gradio.dispatch("clear")} disabled={!gradio.shared.interactive} upload={upload_fn} stream_handler={stream_handler_fn} max_plain_text_length={gradio.props.max_plain_text_length} html_attributes={gradio.props.html_attributes} />