avoid required attribute in non-Dojo input fields because this would be interpreted by modern browsers
This commit is contained in:
parent
56e39fe6fa
commit
a7f54226d8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
('width: %s;;' % (width and str(width)+'px' or '600px')) +
|
('width: %s;;' % (width and str(width)+'px' or '600px')) +
|
||||||
'height: 1.5em;;';
|
'height: 1.5em;;';
|
||||||
value data/?name|string:;
|
value data/?name|string:;
|
||||||
required field/required_js;" />
|
xxrequired field/required_js;" />
|
||||||
</metal:textline>
|
</metal:textline>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue