-
Notifications
You must be signed in to change notification settings - Fork 56
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
having multiple inputs (text fields) on a line #1
Comments
I found something that helped me and might also be beneficial to others although it is not a perfect solution. I had to spend too many hours just to figure this part out so hopefully, this can save someone else' valuable time so the world can be a better place!.. just kidding.
|
@olee2002 You can add a PR so the world can be a better place 😉 🌎 |
First of all, thanks for the great package! I just started working on a project that uses the Laravel MVC that successfully incorporated your form-builder package. I am new to Laravel and to this form-builder. We have noticed that the current form-builder is only allowing one textfield in a line. Is there any way we could customize this to have multiple textfield in a line? For example, could we have a functionality to add a div wrapper? I would really appreciate if you could give any clues or directions.
The text was updated successfully, but these errors were encountered: