{
gradio.dispatch("key_up", {
key: e.key,
input_value: input_text
});
}}
on:blur={handle_blur}
on:focus={handle_focus}
readonly={!gradio.props.filterable}
/>
{#if !disabled}
{#if selected_indices.length > 0}
{
if (event.key === "Enter") {
remove_all(event);
}
}}
>
{/if}
{/if}