Actions
Feature #84546
closedExtbase/Fluid Forms
Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2018-03-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.1
Tags:
Complexity:
Sprint Focus:
Needs Decision
Description
I made a frontend form these days with extbase and fluid in 8.7.x. My last try was in early 6.2 Versions. It felt very comfortable for now.
But, 1 thing would be a great bonus which other frameworks has.
Szenario:
I have a extbase model with TCA.
In this TCA i have a select field with some items set.
Now in frontend i use the <f:form> ViewHelper and give them the model.
So now if i do a <f:form.select> it should be able to get all items configured in TCA as options in this select field.
Maybe there is a thing there which i not now, so it needs to be documented.
Or is there something planned for 9.x?
Actions