Skip to content

Commit

Permalink
fix #261 wrong bean definition for html TextInput widget
Browse files Browse the repository at this point in the history
  • Loading branch information
flongo authored and Fabio Crisci committed Dec 6, 2012
1 parent 7c7dfcd commit 2ffc630
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/aria/html/beans/TextInputCfg.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Aria.beanDefinitions({
$type : "base:Properties",
$description : "Properties of a Text Input widget.",
$properties : {
"tagName" : {
$type : "base:Properties.$properties.tagName",
$description : "Automatically set to input by the framework. It cannot be overridden in the configuration.",
$mandatory : true
},
"bind" : {
$type : "base:Properties.$properties.bind",
$properties : {
Expand Down

0 comments on commit 2ffc630

Please sign in to comment.