Perseus
    Preparing search index...

    An editor for adding a dropdown widget that allows users to select an option from a predefined list.

    Hierarchy

    • Component<Props>
      • DropdownEditor
    Index

    Constructors

    • Parameters

      • props: any

      Returns DropdownEditor

    • Parameters

      • props: any
      • context: any

      Returns DropdownEditor

    Properties

    addChoice: () => void = ...
    focus: (arg1: number) => boolean = ...
    onAriaLabelChange: (arg1: string) => void = ...
    onContentChange: (arg1: number, arg2: string) => void = ...
    onCorrectChange: (arg1: number) => void = ...
    onPlaceholderChange: (arg1: string) => void = ...
    onVisibleLabelChange: (arg1: string) => void = ...
    removeChoice: (arg1: number) => void = ...
    serialize: () => any = ...
    defaultProps: DropdownDefaultWidgetOptions = dropdownLogic.defaultWidgetOptions
    propTypes: { choices: any; placeholder: any } = ...
    widgetName: "dropdown" = ...

    Methods