-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[NFR]: Forms/Select using TagFactory #16894
Copy link
Copy link
Closed
Labels
5.0The issues we want to solve in the 5.0 releaseThe issues we want to solve in the 5.0 releasenew feature requestPlanned Feature or New Feature RequestPlanned Feature or New Feature Request
Metadata
Metadata
Assignees
Labels
5.0The issues we want to solve in the 5.0 releaseThe issues we want to solve in the 5.0 releasenew feature requestPlanned Feature or New Feature RequestPlanned Feature or New Feature Request
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Released
Currently the Select form element is still using the Tag::select functionality. This was intended as a quick compromise until we had time to rework the TagFactory select to mirror the Tag::select.
This issue is meant to do exactly that. Remove the last dependency to Tag from the codebase so that it can be finally deprecated.
Significant rework of the Html helper is necessary to produce the same functionality