[ https://issues.apache.org/struts/browse/WW-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joaquin Balaguer updated WW-3238:
----------------------------------
Description:
In this example when load the page and you push the mouse in the field and navigate with tab
key the value of field is missing
Yo can view in examples
<form id="selectForm">
<p> Autocompleter 1
<sx:autocompleter
name="select"
list="{'fruits','colors'}"
value="colors"
valueNotifyTopics="/Changed"
forceValidOption="true"/>
</p>
</form>
was:
<form id="selectForm">
<p>
Autocompleter 1
135: <sx:autocompleter
136: name="select"
137: list="{'fruits','colors'}"
138: value="colors"
139: valueNotifyTopics="/Changed"
140: forceValidOption="true"/>
141: </p>
142: </form>
> sx:autocompleter
> ----------------
>
> Key: WW-3238
> URL: https://issues.apache.org/struts/browse/WW-3238
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Dojo Tags
> Affects Versions: 2.1.6
> Environment: Problem with autocompleter combobox tag
> Reporter: Joaquin Balaguer
>
> In this example when load the page and you push the mouse in the field and navigate with
tab key the value of field is missing
> Yo can view in examples
> <form id="selectForm">
> <p> Autocompleter 1
> <sx:autocompleter
> name="select"
> list="{'fruits','colors'}"
> value="colors"
> valueNotifyTopics="/Changed"
> forceValidOption="true"/>
> </p>
> </form>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|