Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-283

Cannot use multiple Select components

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 1.0.0, 1.0.0-alpha4
    • None
    • None
    • None

    Description

      Reproduce:

      • Use this markup
        <Select onValueSelected={() => {}}>
          <Option value="a" isDefault>A</Option>
          <Option value="b">B</Option>
        </Select>
        <Select onValueSelected={() => {}}>
          <Option value="a2" isDefault>A2</Option>
          <Option value="b2">B2</Option>
        </Select>
        

      Expected:

      • Initially, A is displayed in the first Select, A2 is displayed in the second Select

      Observed:

      • Both Selects display A2

      Expected:

      • If I select B for the first dropdown, the second Select still has A2 as value

      Observed:

      • After selecting B, the second Select displays B, too (which is not even a valid value for this Select)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce