Aurelia-Bootstrap-Plugins icon indicating copy to clipboard operation
Aurelia-Bootstrap-Plugins copied to clipboard

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons

Results 6 Aurelia-Bootstrap-Plugins issues
Sort by recently updated
recently updated
newest added

I will try to create a cookbook for the problem Basically, the picker is having trouble figuring out if an mm/dd/yy date is 2020 or 2019

I'd label this is more of an enhancement, but: If you bind two controls to the same date, e.g. one control with a date format of `DD/MM/YYYY` and one with...

enhancement

So basically here is a rundown of what it's doing: Some things to note; My viewmodel has a calendar that is clickable that will set a date to what is...

Hi, I was wondering if someone has already worked on this, but is there a good way to localize the select options? Right now I am considering tracking locale changes...

enhancement
help wanted
question

I'm using Aurelia-skeleton-esnext and bootstrap v4. And I have configured the plugin as below: In main.js: ``` .plugin('aurelia-bootstrap-datetimepicker', config => { // extra attributes, with config.extra config.extra.iconBase = 'font-awesome'; config.extra.withDateIcon...

help wanted

I use abp-select in a table like this: ``` ``` Now the problem is that `item.subItems` may change (i.e. the entire array gets replaced); but when it does, the content...

help wanted