跳到主要内容

general-select

<form.general-select>

Properties

NameDescriptionTypeDefault
namestring
placeholderstring
labelstring
optionsGeneralComplexOption[]-
valueany
requiredboolean
messageRecord<string, string>
disabledboolean
multipleboolean
clearableboolean
inputStyleReact.CSSProperties
dropdownStyleReact.CSSProperties

Events

NameDescriptionEvent Detail
change{ value: string | string[]; options: GeneralComplexOption[]; } - `{label: string, value: any, [key: string]: any} `
options.change{ options: { label: string; value: any; [key: string]: any; }; name: string; } - `{options:{label: string, value: any, [key: string]: any},name:string} `