Project

General

Profile

Actions

Bug #56668

closed

Epic #62041: twbs Bootstrap backend, refactor EXT:t3skin and HTML5 output

Epic #62836: FormEngine PHP/HTML Improvements & Bootstrap

TCA Time Field - 0:00 equals no input

Added by Markus Kappe about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2014-03-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

I've got a time field

// TCA
'config' => array(
    'type' => 'input',    
    'size' => '30',    
    'eval' => 'time',
)

and cannot enter 0:00 into it. Whenever I try it, the displayed value disappears (field gets empty). So the backend form cannot distinguish between zero and null. That is even worse, when I need
'eval' => 'time,required',

Actions

Also available in: Atom PDF