-
Notifications
You must be signed in to change notification settings - Fork 44
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
Possible Way to implement Flags into Form or Twig #105
Comments
Hello, yes it could work. Many implementations can be done here. I'm not aware of the best practice in including frontend dependencies with Symfony Bundle, but it's definitely possible to do something and that would be super great. However, there's some work to do here to end up with something cool. Feel free to suggest ways to implement it or purpose a pull request! |
For Form Fields i found this: i did experiment with Standard Symfony Forms, and pure html forms doesn't support it, so the form theme needs something like jquery ui to replace the Select |
It would be really nice to have something working without jQuery. |
jquery was just an example, the first link probably works without it i just mean that it wouldn't be able to work with HTML alone but needs some kind of Javascript because the |
Yes, you're absolutely right. Feel free to help us with it :) . |
A PR is open #152 , so I close the issue to centralize exchanges |
I don't know if it would work that easy, but would it be possible to add country flags into the Form?
while searching for phone number features i found this: https://intl-tel-input.com/
might that be able to work with this Symfony Bundle?
The text was updated successfully, but these errors were encountered: