Ghislain B.

Results 465 comments of Ghislain B.

Hmm the Bootstrap 4 CSS that is in there was just temporary until an official release for Bootstrap-Select to support Bootstrap 4. They currently have a [beta version](https://github.com/snapappointments/bootstrap-select/releases) to try...

Can you make a PR (Pull Request) with the necessary changes to apply to the [styling BS4](https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins/blob/master/aurelia-bootstrap-datetimepicker/src/bootstrap-datetimepicker-bs4.css). Or if you can't do a PR, then at least let me know...

I made a quick fix, it's not totally fix but it will get you going (see below). I don't think I can fix the remaining issue without javascript changes to...

Are you sure that you're not using and setting `value.bind` and `model.bind` both at the same time? There's a big problem with having the 2 available, 1 sets the other...

Ok thanks but I don't really time right now to troubleshoot that (my spare is very limited these days), the infinite loop always come from the fact that the `model`...

Just curious, why would you bind 2 controls to the same date? On another note, all the plugins I made have both the `model` and the `value` but seriously it's...

Ah Selectize was another lib I was looking at, they also have an extension to make something like the bootstrap tagsinput (this one I made but I later found out...

Yeah if I was to rewrite the plugins I made, I would drop the 2 properties and only keep 1, mainly the object itself. If a user wish to get...

I merged your code and just released a new version of the DateTime Picker, version `1.3.7`, there was also another fix for #83 that I pushed as well (changing the...

I haven't used that yet but I'm certainly open to PR. I implemented I18n in another repo with another 3rd party lib and I was rebuilding the entire select. However...