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

Proposal: Enhance select field #4674

Open
moalamri opened this issue Apr 1, 2024 · 0 comments
Open

Proposal: Enhance select field #4674

moalamri opened this issue Apr 1, 2024 · 0 comments

Comments

@moalamri
Copy link

moalamri commented Apr 1, 2024

The current select field has a single line input for choices. Which can be hard to add or update the values especially for different (RTL) languages as Arabic.
That could be enhanced by adding an option field to set choices by line instead of comma separated, here's a working prototype I have made:

Screenshot 2024-04-01 032619

As I have read that a complete refactoring is in plan. So, if this minor enhancement is acceptable at the moment, I would make a PR.
Thank you.

UPDATE: Making changes to MultipleValueInput will affect other fields components: File, Email and URL. I have refactored them to support the new approach.

File (Single)
file-single

File (Multiple)
file-multiple

Email + URL
email

Btw, it will not have any breaking changes.

@moalamri moalamri changed the title Enhance select field Proposal: Enhance select field Apr 1, 2024
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

No branches or pull requests

1 participant