[ 
https://issues.apache.org/jira/browse/FLEX-34222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168601#comment-14168601
 ] 

Andras Janurik commented on FLEX-34222:
---------------------------------------

I understand that, no problem.
The question is can you please share your fix so we can use it in our project 
as a workaround?

> Entering values into ComboBox not present in dataProvider does not work
> -----------------------------------------------------------------------
>
>                 Key: FLEX-34222
>                 URL: https://issues.apache.org/jira/browse/FLEX-34222
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: ComboBox
>    Affects Versions: Apache Flex 4.12.0
>            Reporter: Aleksey
>              Labels: easytest
>             Fix For: Apache Flex 4.13.0
>
>
> An example:
> {code}
> <?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>
> {code}
> First type in "3" press Enter, type in "5" and press Enter - displayed value 
> changes back to "3".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to