Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Use better usable select type for selecting form in plugin #934

Open
sypets opened this issue Dec 1, 2023 · 0 comments · May be fixed by #935
Open

Feature request: Use better usable select type for selecting form in plugin #934

sypets opened this issue Dec 1, 2023 · 0 comments · May be fixed by #935

Comments

@sypets
Copy link
Contributor

sypets commented Dec 1, 2023

When there are several forms the simple select list becomes somewhat tedious.

TYPO3 provides another type selectMultipleSideBySide out of the box which allows for filtering. This can be configured to allow selection of only one (maxitems: 1), so the behaviour is pretty much the same.

The downside is, it needs a little more room (for the 2 boxes side by side), but even on small screens the boxes can be displayed next to each other.

Screenshots

Current version: selectSingle

image

Propososal: selectMultipleSideBySide

image

Alternative

It would also be nice if it were possible to override this but I don't see how (besides overriding the entire Flexform or patching it).

sypets added a commit to sypets/powermail that referenced this issue Dec 1, 2023
Use TYPO3 renderType selectMultipleSideBySide to allow for
filtering when selecting a form in the plugin.

This provides better usability when there are many forms.

Resolves: in2code-de#934
@sypets sypets linked a pull request Dec 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant