DragonByte Tech
Well-known member
- Affected version
 - 2.0.0 RC3
 
Examples:
Additionally, when you refresh the form and mouse over it, there's a blue X next to the step icons:

Mousing over this icon shows the same validation error message as is shown when you enter
This is my HTML:
Fillip
				
			--:30 = validation error23:-- = validation error--:-- = no error, form value is an empty stringAdditionally, when you refresh the form and mouse over it, there's a blue X next to the step icons:
Mousing over this icon shows the same validation error message as is shown when you enter
--:30 or 23:--This is my HTML:
<xf:textbox type="time" name="time" value="{{ $download.release_date ? date($download.release_date, 'H:i') : date($xf.time, 'H:i') }}" />Fillip