-
-
Notifications
You must be signed in to change notification settings - Fork 107
Support for Bootstrap v5 #55
Conversation
|
Can't wait for this to be merged 😍✨ thanks a lot @DionPotkamp |
including: color, range, switch
If bound the value would incorrectly be #000000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge for bootstrap 5 support
|
@pascalbaljet please merge this 🙏🏻 |
|
Any news? |
|
until this PR will be merged, you can use it by adding forked repository to your composer.json and requiring this pull requested branch.
|
|
Hey everybody! I'll take a look at this PR as soon as possible, hopefully within a week. I was a bit preoccupied with the other projects 😅 |
|
@pascalbaljet |
|
I just tagged v3 with support for Bootstrap 5. Special thanks to @DionPotkamp for this PR! |
|
@pascalbaljet please release it as 2.6.0 |
Bootstrap 5 is out of beta and has some real improvements for forms.
Hereby the bootstrap 5 version of laravel-form-components including floating labels.
With bootstrap 5
form-grouphas been removed. It's still a component because it can be used for inline radio's and check boxes with validation.prependandappendare also removed. This is replaced byinput-groupand can contain basically anything (just text, but also buttons and radio's).Read more here: Bootstrap 5 migration: Forms
This has also been covered in the readme.
Closes: #50