suppress 'required' attribute in input fields to avoid misinterpretation by FF
This commit is contained in:
		
							parent
							
								
									be8872ce62
								
							
						
					
					
						commit
						4da72fb2a7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -103,14 +103,14 @@ | ||||||
|            tal:define="width field/width|nothing" |            tal:define="width field/width|nothing" | ||||||
|            tal:attributes="name name; |            tal:attributes="name name; | ||||||
|                            value data/?name|string:; |                            value data/?name|string:; | ||||||
|                            required field/required_js" /> |                            xxrequired field/required_js" /> | ||||||
|     <input type="text" name="field" style="width: 6em; height: 1.5em" |     <input type="text" name="field" style="width: 6em; height: 1.5em" | ||||||
|            dojoType="dijit.form.TimeTextBox" |            dojoType="dijit.form.TimeTextBox" | ||||||
|            tal:define="width field/width|nothing" |            tal:define="width field/width|nothing" | ||||||
|            tal:condition="not:field/hideTime|python:False" |            tal:condition="not:field/hideTime|python:False" | ||||||
|            tal:attributes="name name; |            tal:attributes="name name; | ||||||
|                            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