0.9.3 • Published 8 months ago
@gradio/dropdown v0.9.3
@gradio/dropdown
<script>
import {BaseDropdown, BaseMultiselect, BaseExample } from "@gradio/dropdown";
</script>
BaseDropdown
export let label: string;
export let info: string | undefined = undefined;
export let value: string | number | (string | number)[] | undefined = [];
export let value_is_output = false;
export let choices: [string, string | number][];
export let disabled = false;
export let show_label: boolean;
export let container = true;
export let allow_custom_value = false;
export let filterable = true;
BaseMultiselect
export let label: string;
export let info: string | undefined = undefined;
export let value: string | number | (string | number)[] | undefined = [];
export let value_is_output = false;
export let max_choices: number | null = null;
export let choices: [string, string | number][];
export let disabled = false;
export let show_label: boolean;
export let container = true;
export let allow_custom_value = false;
export let filterable = true;
export let i18n: I18nFormatter;
BaseExample
export let value: string;
export let type: "gallery" | "table";
export let selected = false;
0.9.3
8 months ago
0.9.2
8 months ago
0.9.0
8 months ago
0.9.1
8 months ago
0.8.0-beta.5
8 months ago
0.8.0-beta.6
8 months ago
0.8.0-beta.3
9 months ago
0.8.0-beta.4
8 months ago
0.8.1
8 months ago
0.8.0
8 months ago
0.7.13-beta.2
9 months ago
0.7.13
9 months ago
0.7.13-beta.1
10 months ago
0.7.11
10 months ago
0.7.10
11 months ago
0.7.9
11 months ago
0.7.12
10 months ago
0.7.6
1 year ago
0.7.5
1 year ago
0.7.8
11 months ago
0.7.7
12 months ago
0.7.4
1 year ago
0.7.3
1 year ago
0.7.2
1 year ago
0.7.1
1 year ago
0.7.0
1 year ago
0.6.7
1 year ago
0.6.6
1 year ago
0.6.5
1 year ago
0.6.4
1 year ago
0.6.3
1 year ago
0.6.2
1 year ago
0.6.1
1 year ago
0.6.0
1 year ago
0.5.2
1 year ago
0.5.1
1 year ago
0.5.0
1 year ago
0.4.3
1 year ago
0.4.2
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.3
2 years ago
0.3.2
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.3.0-beta.8
2 years ago
0.3.0-beta.6
2 years ago
0.3.0-beta.5
2 years ago