Project

General

Profile

Bug #101254

Updated by Nikita Hovratov about 1 year ago

For example the styleguide field 

 <pre><code class="php"> 
         'inputdatetime_11' => [ 
             'label' => 'inputdatetime_11', 
             'description' => 'eval=datetime, default=0, range.lower=1627208536', 
             'config' => [ 
                 'type' => 'datetime', 
                 'format' => 'date', 
                 'default' => 0, 
                 'range' => [ 
                     'lower' => 1627208536, 
                 ], 
             ], 
         ], 
 </code></pre> 

 Try to set any date. The field can't be saved. FormEngine validation complains the value is incorrect. 

 Does not happen in TYPO3 v11.

Back