-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
[7.x] 🎨 Bootstrap 5 support #946
Comments
Ref: #1021 |
I just want to mention, that Bootstrap 5 doesn't contain datepicker by default. I know that it would be cool to have great BS5 datepicker (for example like this https://mdbootstrap.com/docs/standard/forms/datetimepicker/), but I think that there must be a whole new project/package and currently I have not found any open source without the jQuery dependency. So just a question - Can we use the "simple" date and datetime input type? https://caniuse.com/input-datetime ? I think, that it will not break any promise of BS 5 support, because the datepicker is not included in core BS5 package. What do you think? |
Simple date and datetime input type sounds great, totally in 💯 |
@MartinKokesCz Could you introduce a PR, please? 🙏 |
|
I have started in https://github.com/MartinKokesCz/datagrid/tree/datepicker-input |
@radimvaculik sending PR #1096 |
https://getbootstrap.com/docs/5.0/migration/
Libs
The text was updated successfully, but these errors were encountered: