Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34222

Entering values into ComboBox not present in dataProvider does not work

    XMLWordPrintableJSON

Details

    Description

      An example:

      <?xml version="1.0"?>
      <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
                             xmlns:mx="library://ns.adobe.com/flex/mx">
          <s:ComboBox id="test">
              <s:dataProvider>
                  <s:ArrayList>
                      <fx:Number>2</fx:Number>
                      <fx:Number>4</fx:Number>
                      <fx:Number>6</fx:Number>
                      <fx:Number>8</fx:Number>
                  </s:ArrayList>
              </s:dataProvider>
          </s:ComboBox>
      </s:WindowedApplication>
      

      First type in "3" press Enter, type in "5" and press Enter - displayed value changes back to "3".

      Attachments

        Activity

          People

            Unassigned Unassigned
            Shmatov Aleksey
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: