addChoice
addChoice: () => void = ...
focus
focus: (arg1: number) => boolean = ...
onAriaLabelChange
onAriaLabelChange: (arg1: string) => void = ...
onContentChange
onContentChange: (arg1: number, arg2: string) => void = ...
onCorrectChange
onCorrectChange: (arg1: number) => void = ...
onPlaceholderChange
onPlaceholderChange: (arg1: string) => void = ...
onVisibleLabelChange
onVisibleLabelChange: (arg1: string) => void = ...
removeChoice
removeChoice: (arg1: number) => void = ...
serialize
serialize: () => any = ...
StaticpropTypes
propTypes: { choices: any; placeholder: any } = ...
widgetName: "dropdown" = ...
An editor for adding a dropdown widget that allows users to select an option from a predefined list.