[TYPO3-dev] TCE Problem with select and maxitems

Steffen Kamper steffen at dislabs.de
Tue Dec 19 12:10:19 CET 2006


Hi,

i'm using a select (with a treeview like in tt_news)  for selecting 1 entry. 
When i use

'minitems' => 0,
'maxitems' => 1,

the select is rendered with 2 lines, first selected item starts at line 2, 
and i'm able to select 2 Items

when i change it to
'minitems' => 0,
'maxitems' => 2,

the select is rendered with 1 line (as i need), but i'm able to select 2 
Items

Is this a known bug ? I didn't found something in BT.
What to do ?

vg Steffen 






More information about the TYPO3-dev mailing list